Re: [rkward-devel] Plugin development: New JS-functions getString()/getBoolean()/getList()

2013-02-26 Thread meik michalke
hi, Am Dienstag, 26. Februar 2013, 13:26:06 schrieb Thomas Friedrichsmeier: > Consider whether (some of) this can be implemented in plain JS. it would all need to be plain JS anyway, as it would have to work in a plugin in the end ;-) any rkwarddev solution would actually only generate JS code (l

Re: [rkward-devel] Plugin development: New JS-functions getString()/getBoolean()/getList()

2013-02-26 Thread Thomas Friedrichsmeier
Hi, On Monday 25 February 2013, meik michalke wrote: > but i was wondering if there's already an nice way to turn the columnwise > approach into rowwise results? i've just implemented my first optionset in > the skeleton plugin of rkwarddev (only in the script version, as of now, > i'm just testin

Re: [rkward-devel] Plugin development: New JS-functions getString()/getBoolean()/getList()

2013-02-25 Thread meik michalke
hi, Am Dienstag, 4. Dezember 2012, 19:11:49 schrieb Thomas Friedrichsmeier: > - getList() > getList() is an entirely new function, which will return an Array of > strings (if possible). There are only a few use-cases of this, so far. The > first is getting a list of objects from s with multi="tru

[rkward-devel] Plugin development: New JS-functions getString()/getBoolean()/getList()

2012-12-04 Thread Thomas Friedrichsmeier
Hi! I just wanted to let you know about three new functions for use in plugins' JS code (both code generation and gui scripting). These are replacements for the old getValue()-call. Don't worry: getValue() is not going away. But for new plugins, or when reworking existing plugins, you should u