[Grok-dev] KSS Forms?

Brandon Craig Rhodes brandon at rhodesmill.org
Sun Jun 22 08:19:06 EDT 2008


Kenneth Miller <xkenneth at gmail.com> writes:

> Is it possible to get individual form information from elements using
> KSS?

Yes!  But you have to *send* the information from your KSS action
defined on the web page; once the action has fired and sent its bundle
of information up to the server, the server can't demand any further
information.  That's why you're not finding those calls in the "core"
command set on the server side:

> The code "core = self.getCommandSet('core')" doesn't seem to
> return  the methods...
> formVar(formname, varname):
> currentFormVar(varname):
> 	As defined in the KSS documentation.

Those are only available on the client side.

-- 
Brandon Craig Rhodes   brandon at rhodesmill.org   http://rhodesmill.org/brandon


More information about the Grok-dev mailing list