Difference between revisions of "Tabulation setWeightDescriptionVisibility"

From Catglobe Wiki
Jump to: navigation, search
Line 17: Line 17:
 
'''Examples'''
 
'''Examples'''
  
''Tabulation_setWeightDescriptionVisibility(true);''<br/>[[File:SetWeight.jpg|none]]
+
''Tabulation_setWeightDescriptionVisibility(true);''<br/>[[File:SetWeight.jpg|none|SetWeight.jpg]]
  
''Tabulation_setWeightDescriptionVisibility(false);''<br/>[[File:NotSetWeight.jpg|none]]
+
 
 +
''Tabulation_setWeightDescriptionVisibility(false);''<br/>[[File:NotSetWeight.jpg|none|NotSetWeight.jpg]]

Revision as of 09:49, 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