1. +0 pushes the entry into position zero rather than replacing the current entry at zero, so whatever entry is at zero at the moment will end up at position 1 2. layoutSettings is defined the first time it is called, there isn't anything special about it, it's just a variable like any other. Because there is an entry "javascripts[]" appended to it, the <set> tag knows to create a map named "layoutSettings" if one doesn't already exist. That map will have an entry named "javascripts" which will be treated as a list because of the square brackets. Make any sense? 3. Can't really comment, I have no experience myself.
Regards Scott On 06/02/2008, Ritz123 <[EMAIL PROTECTED]> wrote: > > > Hi, > > Have couple of questions... > > 1. What does layoutSettings.javascript[+0] mean? > 2. Where is layoutSettings object defined? > 3. Is there an alternative to screen widgets which people may have used > with > Ofbiz controller (controller.xml)? > > Thanks > -- > View this message in context: > http://www.nabble.com/what-does-layoutSettings.javascript-%2B0--mean--tp15296728p15296728.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > >
