Products Applications Downloads Features Wiki forum Store

panelstrp()

From Wiki077
Revision as of 19:16, 13 August 2010 by Nabhan (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


string panelstrp (string path, string varname)

Returns a panel value from a component as a text string. This is the passive version of panelstr() which does not cook the component first. Use this to avoid infinite recursion dependencies.

Examples

panelstrp("/button1", "state")
panelstrp("/field1", "field")

See Also

panel(), panelstr(), panelp()

Personal tools