SYNOPSIS

ElementTree addLocalControlInput( ElementTree parent, String label, b(a) fn, a state, String prefix="" )

ARGUMENTS

parent The element to add the button to

label The text for the button

fn The function to call

state The state to pass

prefix An optional prefix to the control variables. Different components may use different prefixes, allowing multiple Webapp.runHandler (3kaya) functions.

DESCRIPTION

Create a submit button that calls a local function. This only works if added to a form created with HTMLDocument.addLocalForm (3kaya)

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.

RELATED

HTMLDocument.addLocalForm (3kaya)

HTMLDocument.addRemoteControlInput (3kaya)