Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Good Afternoon.. I have question about col_width :)
Right Now, I am using repeatable regions which is contain 4 element (column) in one row..
As we have seen, inside the row, the width of each element has been set into 4 colomn with width 25%..
Can we set the input the width column into 100% in one row for each element?
So, if I add more repeatable element in one row --> the width can be adjust..
thanksss you so muchh

You may see the attachment ^^.. I have upload picture, so it can be more clearly..

Here is my code before :
<cms:repeatable name='my_projects' >
<cms:editable type='image' name='project_imgThumb' label='Image Thumbs' show_preview='1' preview_width='150' input_width='100' />
<cms:editable type='image' name='project_img' label='Image' show_preview='1' preview_width='150' input_width='100'/>
<cms:editable type='text' label='Title Project' name='titleProject' />
<cms:editable type='text' label='Project Desc' name='descProject' />
</cms:repeatable>

Attachments

Hi @ing2l :)

I can see that you are trying to get a 'stacked' view of the row instead of the columnar one.
Unfortunately, that is not possible as of now.

We are transitioning towards a JQuery version of repeatable-regions for the next version. Hopefully it will have much more flexibility (including the stacked view) then.
2 posts Page 1 of 1
cron