@All Couchies!
Greetings from GenXCoders!
I have been working on a site which lists a table. Earlier I had used repeatable regions to fill in the table but as the data progressed, the same got unmanagable. So as per suggestion by KK Sir, I converted the same into Cloneable pages. Each Cloneable page now acts as a row of the table.
This is where the problem starts. The data is so enormous that re-feeding it is out of question. Is it possible to change the editable repeatable region to a predefined field of "k_page_title"?
The editable repeatable region contains name and is defined as:
Now I want the value of md_title to be replaced with "k_page_title" without loosing the data.
Please let me know if it can be achieved.
Regards,
GenXCoders
Greetings from GenXCoders!
I have been working on a site which lists a table. Earlier I had used repeatable regions to fill in the table but as the data progressed, the same got unmanagable. So as per suggestion by KK Sir, I converted the same into Cloneable pages. Each Cloneable page now acts as a row of the table.
This is where the problem starts. The data is so enormous that re-feeding it is out of question. Is it possible to change the editable repeatable region to a predefined field of "k_page_title"?
The editable repeatable region contains name and is defined as:
- Code: Select all
<cms:repeatable name='md' label='Members'>
<cms:editable name='md_title' label='Title' group='md' />
</cmm:repeatable>
Now I want the value of md_title to be replaced with "k_page_title" without loosing the data.
Please let me know if it can be achieved.
Regards,
GenXCoders