bgcolor = "#RRGGBB[AA]" // Cell background color and optional alpha
align = "left" // Cell horizontal alignment (left, center or right)
valign = "top" // Cell vertical alignment (top, middle or bottom)
nowrap // Don't wrap he text
width = "100" // Fixed width
width = "50%" // Variable width
height = "15" // Fixed height
bgcolor = "#RRGGBB[AA]" // Cell background color and optional alpha
align = "left" // Cell horizontal alignment (left, center or right)
valign = "top" // Cell vertical alignment (top, middle or bottom)
nowrap // Don't wrap he text
// Page title
// For quick help ONLY
quick_help_events="event1 event2" // Event that trig to the next step
quick_help_condition="always" // Condition that skip the step and jump to the next one
quick_help_link="ah:browse&url=http://www.w3.org" // Browse this URL when paragraph is highlighted. See
You can use the action handler "run_quick_help" to run a quick_help. The parameter is the name of the radio button of the selected quick help.
|