Title: Numberspinner not created yet Post by: kandy on October 17, 2013, 04:34:24 AM Hi
I am loading a form dynamicaly, however, the number spinner is not created yet when I try to set the value for it in javascript. Which is the best way to approach this problem, since it does not exist an event for that. Title: Re: Numberspinner not created yet Post by: stworthy on October 17, 2013, 06:48:40 PM How do you load a form with numberspinner component? Providing some code snippets may be more appropriate.
Title: Re: Numberspinner not created yet Post by: kandy on November 22, 2013, 04:53:09 AM You are right
I am loading the dialog with the command $('#ddAppend').dialog('refresh','pagetoload.php'); $('#ddAppend').dialog({closed: false}); |