|
|
| |
1. options example help |
|
Reply |
|
|
 brian kramer | 2007-08-21 16:03:52 |
| in the options example is it possible to call a javascript function and have the row ID passed thru? |
| |
2. Re: options example help |
|
Reply |
|
|
 Gustavo Arcila | 2007-08-21 16:47:33 - In reply to message 1 from brian kramer |
Hi
You can pass the id to a js function
$menu->additem("principal", "Javascript Option",'javascript:myFunction(parameters)');
Please check the sample to know how to assign the id to parameters var, |
| |
3. Re: options example help |
|
Reply |
|
|
 brian kramer | 2007-08-21 17:09:21 - In reply to message 2 from Gustavo Arcila |
| thanks for the quick reply.I missed that option in the example. Thank You |
|