Difference between revisions of "Tabulation setWeightDescriptionVisibility"

From Catglobe Wiki
Jump to: navigation, search
(Replaced content with "==== Tabulation_setWeightDescriptionVisibility<br/> ==== Show/hide weight row in table. '''Syntax''' Tabulation_setWeightDescriptionVisibility(''a''); '''Arguments''' ...")
Line 17: Line 17:
 
'''Examples'''
 
'''Examples'''
  
''Tabulation_setWeightDescriptionVisibility(true);''
+
''Tabulation_setWeightDescriptionVisibility(true);''<br/>[[File:SetWeight.jpg|none]]
  
''Tabulation_setWeightDescriptionVisibility(false);<br/>''
+
''Tabulation_setWeightDescriptionVisibility(false);''<br/>[[File:NotSetWeight.jpg|none]]

Revision as of 09:40, 12 February 2015

Tabulation_setWeightDescriptionVisibility

Show/hide weight row in table.

Syntax

Tabulation_setWeightDescriptionVisibility(a);

Arguments

a: Is a Boolean expression.

Return type

empty

Examples

Tabulation_setWeightDescriptionVisibility(true);

SetWeight.jpg

Tabulation_setWeightDescriptionVisibility(false);

NotSetWeight.jpg