Hi Marc,
I worked with this feature.
1. I added the "*$("#addColumns.ajax input[value=Go]").live('click')*" action to the tbl_structure.js file which gives the add columns dialog for the user. 2. Then I reused the code in "*$("#append_fields_form input[name=do_save_data]").live('click')*" action in functions.js file which was initially written for handling the table->change option. I did small changes for the same action and used with this feature.
I pushed my changes to the repo. Please check that. Thank you.
Regards, Thilanka.
Le 2011-07-21 14:31, Thilanka Kaushalya a écrit :
Hi Marc,
I worked with this feature.
- I added the "*$("#addColumns.ajax input[value=Go]").live('click')*" action to the tbl_structure.js file which gives the add columns dialog for the user.
- Then I reused the code in "*$("#append_fields_form input[name=do_save_data]").live('click')*" action in functions.js file which was initially written for handling the table->change option. I did small changes for the same action and used with this feature.
I pushed my changes to the repo. Please check that. Thank you.
Thilanka, when adding the column I can't use the ENUM editor for it (there was a similar problem previously).
Hi Marc,
Thilanka,
when adding the column I can't use the ENUM editor for it (there was a similar problem previously).
Sorry for not checking that option. I fixed the issue and pushed to the repo. Please check that.
Regards, Thilanka.
Le 2011-07-21 22:14, Thilanka Kaushalya a écrit :
Hi Marc,
Thilanka,
when adding the column I can't use the ENUM editor for it (there was a similar problem previously).
Sorry for not checking that option. I fixed the issue and pushed to the repo. Please check that.
Thilanka, it's almost fixed: the header says 'values for the column ""'.
Hi Marc,
Thilanka,
it's almost fixed: the header says 'values for the column ""'.
I fixed that and pushed the changes to the repo. Please check that. Thank you.
Regards, Thilanka.
Le 2011-07-22 14:08, Thilanka Kaushalya a écrit :
Hi Marc,
Thilanka,
it's almost fixed: the header says 'values for the column ""'.
I fixed that and pushed the changes to the repo. Please check that. Thank you.
Regards, Thilanka.
Feature merged to origin/master.