ActionLabel Template

Return to Introduction  Previous page  Next page

Summary

Converts a Label to a clickable hotspot "button" that when clicked will navigate to a specific screen

Controlling Properties

rolloverField.LabelTemplate, rolloverLabel.TargetScreen, rolloverLabel.BaseCssClass, rolloverLabel.ScreenCssClass and rolloverLabel.DynamicVisibility

Details

Some screens provide a "Place an X in front of where you want to go" kind of navigation, sort of a character-mode version of a radio-button or checkbox menu.  This is an example of a good time to use an ActionLabel, by setting the input field's BaseCssClass to Ignore and changing the label to an ActionLabel, you provide the user with a button he or she can click to navigate.

 

Before:

actionlabel1


The above highlighted label is a good example of an ActionLabel candidate.  To the right, you see the property settings for this label, and below, the runtime web page result:


After:

actionlabel3

 

 

 

actionlabel2