Difference: WidgetMacros (6 vs. 7)

Revision 72017-07-21 - AlKalter

Line: 1 to 1
 
META TOPICPARENT name="DeveloperTips"

APPX Widget Macros

Line: 18 to 18
 
@TSRN Table Widgets Show Row Numbers Lets the designer turn on or off the display of the table row numbers in the HTML client.@TSFB=T/Y or F/N. Default is T/Y.
@TCSS Table Widgets Case Sensitive Sort Turns on or off case sensitive sorting in the HTML client. @TCSS=T is case sensitive sort, F is case insensitive sort.
@FULC File upload/download Turn off Local Connector

@FLUC=N forces the HTML client to use the browser for uploading/downloading files.

See HTML Client Installation

Changed:
<
<
Additionally, macros can be used to specify colors where levels of opacity (or, thought of the other way, transparency) are desired. An additional pair of bytes is appended to the RGB color value, which corresponds to the COLOR NL field in the Widget file. Values of zero (hex 00) through 255 (hex FF) are valid for opacity, but 00 and 01 retain their original purpose and values - 00 makes a widget completely transparent, while 01 or FF makes it completely opaque. For example, specifying a color as #FF0000FF or #FF000001 would be solid red, while #FF000000 would be fully transparent and therefore invisible; #FF000088 would provide 50% transparency to the widget.
>
>
Additionally, macros can be used to specify colors where levels of opacity (or, thought of the other way, transparency) are desired. An additional pair of bytes is appended to the RGB color value, which corresponds to the COLOR NL field in the Widget file. Values of zero (hex 00) through 255 (hex FF) are valid for opacity, but 00 and 01 retain their original purpose and values - 00 makes a widget completely transparent, while 01 or FF makes it completely opaque. For example, specifying a color as #FF0000FF or #FF000001 would be solid red, while #FF000000 would be fully transparent and therefore invisible; #FF000080 would provide 50% transparency to the widget.
  To use these in Widget Properties, set the appropriate macro below to the hex value desired in the Tooltip field (e.g., @SFC=#005872A4)
Line: 30 to 30
 
@SRFC Rollover Foreground
@SRBC Rollover Background
@SWBC Wallpaper Background
Added:
>
>

Multiple macros can be specified for a single widget by simply appending them together. For example, to turn off both the row numbers and the footer bar on a table widget, set WIDGET TOOLTIP to @TSRN=N@TSFB=N

 -- AlKalter - 2012-07-10 \ No newline at end of file
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback