Tag to declaratively set parameter values for <remotecall>. If a
getValue() method is declared in the body of remotecall, use its return as
value for parameter. If both getValue() method and value attribute are set in
param, getValue() wins.
<remotecall name="func1" funcname="someFunc">
<param value="'some string value'" />
</remotecall>
<remotecall name="func2" funcname="someFunc">
<param>
<method name="getValue">
return 'some string value';
</method>
</param>
</remotecall>
<remotecall name="func2" funcname="someFunc">
<!-- param will use getValue's return value. -->
<param value="'a value'">
<method name="getValue">
return 'some string value';
</method>
</param>
</remotecall>
See Also:
| Name (CSS property) | Type (tag) | Type (js) | Default | Category |
|---|---|---|---|---|
value
|
expression | any | null | read/write |
Value to use for parameter. A getValue() method can be declared
inside param to use its return as the parameter value. If both
value attribute and getValue() method are declared, param will use
getValue().
|
||||
classroot, cloneManager, data, datapath, defaultplacement, id, ignoreplacement, immediateparent, inited, initstage, name, nodeLevel, options, parent, placement, styleclass, subnodes, transition
Methods
animate, applyConstraintMethod, applyData, childOf, completeInstantiation, construct, createChildren, dataBindAttribute, destroy, determinePlacement, getOption, getUID, init, lookupSourceLocator, releaseConstraint, releaseConstraintMethod, searchImmediateSubnodes, searchSubnodes, setOption, setSelected, updateData
Events
Copyright © 2002-2010 Laszlo Systems, Inc. All Rights Reserved. Unauthorized use, duplication or distribution is strictly prohibited. This is the proprietary information of Laszlo Systems, Inc. Use is subject to license terms.