Difference: WidgetMacros (12 vs. 13)

Revision 132018-09-25 - AlKalter

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

APPX Widget Macros

Line: 20 to 20
 
@TSCC Table Widgets Show Column Chooser Lets the designer show or hide the Column Chooser option in the footer bar. @TSCC=T (default) or @TSCC=F
@TSLS Table Widgets Show Layout Save Lets the designer show or hide the button allowing the user to save a customized table layout. @TSLS=T (default) or @TSLS=F
@TSTR Table Widgets Show Table Refresh Lets the designer show or hide the button allowing the user to refresh and restore the default layout of the table columns,
replacing the current or saved layout. @TSTR=T (default) or @TSTR=F
Added:
>
>
@TCSV Table Widgets Show CSV Export Option Lets the designer show or hide the user option to generate CSV files from the table. @TCSV=T (default) or @TCSV=F
 
@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 @FULC=N forces the HTML client to use the browser for uploading/downloading files. See HTML Client Installation
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.
 
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