Button Display Properties

The Display Properties specify what gets displayed on the button.

 

Options

Description

Button Text

The text to display in the button or link.  This applies only to Link Buttons and Push Buttons.

Image file (URL)

The URL of the button image to be displayed.

  • Image URLs that are file names are assumed to reside in the same run-time directory as the page being bound.

  • Image URLs that are relative will be relative to their page's corresponding run-time directory, not the app's directory.

  • Fully qualified URLs must begin with http:// or https://.

  • URL’s must not contain backslashes; please use forward slashes.

Example:

Binding an Image tag in the layout page file …\MyApp\Shared\test.html to "image1.gif" will create an effective reference to …\MyApp\Shared\image1.gif.

Binding this same image to "../Images/image2.gif" will generate an effective reference to MyApp\Images\image2.gif.

Tool Tip

Pop-up help text displayed when the application user moves their mouse over the button.

See Also

Button Actions and Properties