Hi,
I was trying out Spring Web Flow. Found Spring JavaScript very intersting and useful but where are api docs of Spring JavaScript.
Eg. I was using
How can I find out what are all possible config options of Spring.ElementDecoration in addition to elementId ,widgetType ,popup etc.Code:Spring.addDecoration(new Spring.ElementDecoration({ elementId : "username", widgetType : "dijit.form.ValidationTextBox", popup: true, widgetAttrs : { promptMessage : "Empty User Name. Please enter a valid user name.", required : true }}));
What are other apis in addition to Spring.addDecoration, Spring.ElementDecoration
Reference pdf only gives brief introduction.
Can you please direct me to proper resources.
Thanks....![]()


Reply With Quote