Button - Image button & Image link button


Image button with text:
ImageButton
ImageLink Button with icon
ImageButton
Images only:

About this example


This demo illustrates ImageButton feature of the DJME Button extension

DJME Button could render 3 kinds of ImageButtons: ImageButton with text, ImageButton with images only, ImageLinkButton

At first use ChangeType(ButtonTypes.ImageButton) method set button render as imagebutton , and you can use the Images() methods to set the images which to be used and use _IsBackground(bool)_ method to set the image render as img tag or button background image.