-
1. Re: Can i add tabs windows in plugin
lkrejci May 16, 2013 8:40 AM (in response to udayatom)You cannot add tabs like that. All you can do in your plugin is to provide descriptions of your operation and parameters it takes. Those should be rendered in the UI.
The tabs for the cron expression (which is how you can specify the schedule on which the operation runs, which is a server feature - plugins know nothing about this capability) are hardcoded in the UI. To change them, you need to modify the UI code of the server.
-
2. Re: Can i add tabs windows in plugin
lzoubek May 16, 2013 8:42 AM (in response to udayatom)Hi Udaya,
you cannot add tabs. Those tabs are related to any opearation that can be run by user. You can only influence operation input parameters and it's outcome.
-
3. Re: Can i add tabs windows in plugin
udayatom May 16, 2013 9:01 AM (in response to udayatom)Thank you guys( lukas, Libor), ok friends, My expectation is putting the values in the table form. In Mysql plugin, results are displayed in the simple property in the result. can we transform into that values into table form. because there(in mysql plugin operation-->Query (or) Update) , the output result concatinate with html element. but it shows the string. Can i get as table. Is it possible. table structure is really useful if it straight not means how to achieve indirectly....
my orginal post is here
{Actually i tried lot, unfortuantely i saw the cron Help tab, i wonder about it. }
Regards,
Udaya