Cool, thanks.
Type: Posts; User: tonytaotao; Keyword(s):
Cool, thanks.
I have the same question.
Hi dr_pompeii,
Thank you for the suggestion. I change it for a new simple HTML element:
<input type="button" onClick="return confirm('Are you sure you want to reset the form?')"...
Hi dr_pompeii
Thank you for the reply. If I put:
$(document).ready(function () {
$("#showTaskButton").bind('click', function(){
alert('clicked');
});
...
Hi All,
I am facing a problem. I have a form with a submit input field:
<form action="myAction" method="POST" name="formID" id="formID">
<input type="button"...
Hi Guys,
I have built an ajax application using spring mvc + tile view, I use tile to partial render my page fragments. In that case the url will not be updated. I want to know what is the good...
what you can do is:
1. remove registered control
if(dijit.byId('control') != null){
dijit.byId('control').destroyRecursive();
}
2. recall parser
I have the same problem.
Finally, I got my popup menu done by using Css.
I have the same problem, anyone can help? Thanks.
Thank you for the reply.
Hi,
I am new to spring roo. Is there anyone knows that how to create roo script? I want to create a script and give it to someone, so they can just run the script and create the project. Thanks...