User Tools

Site Tools


pracro:widgets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pracro:widgets [2008/11/26 12:20] devapracro:widgets [2010/08/04 08:31] (current) deva
Line 34: Line 34:
 \\ \\
 The entire regexp match scenario might be implemented and activated through an attribute ''use_regexp_set_value'' or something the like. So the user only enables it when absolute certain that it makes sense for the contained widgets and their format string. The entire regexp match scenario might be implemented and activated through an attribute ''use_regexp_set_value'' or something the like. So the user only enables it when absolute certain that it makes sense for the contained widgets and their format string.
 +
  
  
Line 54: Line 55:
 \\ \\
 IDEA: Mulitple ''altitem''s!\\ IDEA: Mulitple ''altitem''s!\\
-An area are reserved for the largest ''altitem'' and the selected ''altitem'' shows up in that space. If a normal item is selected, the space is left empty.+An area are reserved for the largest ''altitem'' and the selected ''altitem'' shows up in that space. If a normal item is selected, the space is left empty.\\ 
 +\\ 
 +IDEA-Shootdown!\\ 
 +Multiple ''altitem''s makes it impossible to determine where an old value came from.
  
 =====Alternative widget (conditional)===== =====Alternative widget (conditional)=====
Line 74: Line 78:
 </code> </code>
 which can be used later to determine which of the alternatives were used, given that the fields in primary and secondary do not contain overlapping names. which can be used later to determine which of the alternatives were used, given that the fields in primary and secondary do not contain overlapping names.
 +
 +=====LUA methods=====
 +<code lua>
 +name()
 +
 +type()
 +
 +value()
 +setValue()
 +
 +enabled()
 +setEnabled()
 +
 +visible()
 +setVisible()
 +
 +valid()
 +setValid()
 +</code>
 +
 +<code lua>
 +checked()
 +setChecked()
 +</code>
  
pracro/widgets.1227698446.txt.gz · Last modified: 2008/11/26 12:20 by deva