Products Applications Downloads Features Wiki forum Store

panelp()

From Wiki077
Jump to: navigation, search


float panelp(string path, string varname)

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

Examples

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

See Also

panelstr(), panelstrp(), panel()

Personal tools