SHIP:Sail:set

From Serious Documentation
Revision as of 12:58, 11 October 2016 by CarltonHeyer (talk | contribs) (Created page with "__NOTOC__ {{SailFuncTableStart|}}<onlyinclude> |{{SailFunc|set}}||{{DataType|Node}} srcNode||style="text-align:center;"|v5.1.0||Set a property {{v5}}</onlyinclude> |} == See A...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Function Returns Introduced Description
set Node srcNode v5.1.0 Set a property Badge SHIPv5.gif

See Also:

Prototype

set Node node_prop, String value, String peers_value);

Parameters/Return Value

Parameter Data Type Description
node_prop Node Property to set
value String new property value
peers_value String new property value for peers
Return no return value

Detailed Description

This function sets the property to the value indicated and sets the property of the nodes peers to the indicated peers_value.

Examples

Example Results Notes
set(pHome.visible, true, false); Set home page to visible and all other pages to non-visible