aspose file tools
The moose likes Struts and the fly likes enable disable the dojo time tag in struts2 jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "enable disable the dojo time tag in struts2 jsp" Watch "enable disable the dojo time tag in struts2 jsp" New topic
Author

enable disable the dojo time tag in struts2 jsp

vikas byn
Ranch Hand

Joined: Mar 18, 2011
Posts: 65
<sx:datetimepicker name="fromTime" disabled="true" type="time" displayFormat="HH:mm:ss">

how can i enable above tag.
vikas byn
Ranch Hand

Joined: Mar 18, 2011
Posts: 65
<sx:datetimepicker name="test" />

I try that..
document.getElementsByName("dojo.test")[0].removeAttribute("disabled");
document.getElementsByName("test")[0].removeAttribute("disabled");


but its not working fine...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: enable disable the dojo time tag in struts2 jsp
 
Similar Threads
Doubt in Assert statement
Pagination in Struts
Enabling/Disabling buttons in JSP
Do we assume assertion is disabled or enabled?
rich:tab