| Author |
Any docs for spring javascript?
|
reena patil
Greenhorn
Joined: Jul 05, 2009
Posts: 3
|
|
Hello All,
I am new to spring javascript. I had gone through the link mentioned below(http://static.springframework.org/spring-webflow/d....x/reference/html/ch11s03.html) but is there any specific document to refer for writing scripts in order to know what all parameters can Spring.addDecoration/Spring.ElementDecoration accept.
Ex -
<form:input id="searchString" path="searchString"/>
<script type="text/javascript">
Spring.addDecoration(new Spring.ElementDecoration({
elementId: "searchString",
widgetType: "dijit.form.ValidationTextBox",
widgetAttrs: { promptMessage : "Search hotels by name, address, city, or zip." }}));
</script>
your input might help me.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
|
Moved to the App Frameworks forum where Spring is discussed.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Vikas Kapoor
Ranch Hand
Joined: Aug 16, 2007
Posts: 1374
|
|
|
Bear, We have dedicated forum for Spring Framework.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
|
So we do -- now in Spring!
|
 |
 |
|
|
subject: Any docs for spring javascript?
|
|
|