Search:

Type: Posts; User: tonytaotao; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,135

    Cool, thanks.

    Cool, thanks.
  2. Replies
    4
    Views
    1,135

    I have the same question.

    I have the same question.
  3. Replies
    4
    Views
    1,487

    Hi dr_pompeii, Thank you for the suggestion. I...

    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?')"...
  4. Replies
    4
    Views
    1,487

    Hi dr_pompeii Thank you for the reply. If I...

    Hi dr_pompeii

    Thank you for the reply. If I put:

    $(document).ready(function () {

    $("#showTaskButton").bind('click', function(){
    alert('clicked');
    });
    ...
  5. Replies
    4
    Views
    1,487

    trigger decorated event failed in IE

    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"...
  6. Handle browser refresh for Ajax application

    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...
  7. what you can do is: 1. remove registered...

    what you can do is:

    1. remove registered control

    if(dijit.byId('control') != null){
    dijit.byId('control').destroyRecursive();
    }

    2. recall parser
  8. Replies
    1
    Views
    1,121

    I have the same problem.

    I have the same problem.
  9. Replies
    6
    Views
    2,231

    Finally, I got my popup menu done by using Css.

    Finally, I got my popup menu done by using Css.
  10. Replies
    6
    Views
    2,231

    I have the same problem, anyone can help? Thanks.

    I have the same problem, anyone can help? Thanks.
  11. Replies
    2
    Views
    1,029

    Thank you for the reply.

    Thank you for the reply.
  12. Replies
    2
    Views
    1,029

    Create ROO script from an exist project

    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...
Results 1 to 12 of 12