|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
onchange function callHi there. Sorry for the 'newbie' e-mail, but is that possible to
implement "onchange" function call usign CPaint? Can you send me and example? Thanks. -- Atentamente, Jorge Laranjo email> jorge.laranjo@... gTalk > jorge.laranjo@... msn > jorgelaranjo@... aim > jorge.laranjo@... skype> jorge.laranjo ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Cpaint-developers mailing list Cpaint-developers@... https://lists.sourceforge.net/lists/listinfo/cpaint-developers |
|
|
Re: onchange function callHi,
why should that not be possible? You can use and event you like with CPAINT: <script type="text/javascript"> function myFunc() { cp.call(.....); } </script> <select ... onChange="myFunc()"> </select> Take your time and have a look at the smiley generator example - its pretty full of event-triggered CPAINT action. Regards, Dominique --- Jorge Laranjo <jorge.laranjo@...> wrote: > Hi there. Sorry for the 'newbie' e-mail, but is that > possible to > implement "onchange" function call usign CPaint? > Can you send me and example? > Thanks. > > -- > Atentamente, > Jorge Laranjo > > email> jorge.laranjo@... > gTalk > jorge.laranjo@... > msn > jorgelaranjo@... > aim > jorge.laranjo@... > skype> jorge.laranjo > > > > > SF.Net email is Sponsored by the Better Software > Conference & EXPO > September 19-22, 2005 * San Francisco, CA * > Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects > & Teams * Testing & QA > Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf > _______________________________________________ > Cpaint-developers mailing list > Cpaint-developers@... > > ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Cpaint-developers mailing list Cpaint-developers@... https://lists.sourceforge.net/lists/listinfo/cpaint-developers |
| Free embeddable forum powered by Nabble | Forum Help |