Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi Sir/Madam,

How do i split the editable content for line? For example at below:

<cms:template title='Event' clonable='1' commentable='0' dynamic_folders='1'>

<cms:editable name='section_one_header' label='Section 1 Header' type='text'></cms:editable>
<hr/>
<cms:editable name='event_full' label='Event Listing FULL Description' type='richtext' toolbar='basic' height='200'/>


</cms:template>
Hi Chris,

Do you wish to get the HR in the admin-panel (between the editable regions)?

If so, there is no direct way of doing so currently, I am afraid.

However, you can try using editable region of type 'group' for some visual separation.
Alternatively, you can use editable region of type 'message' to 'inject' your custom HTML into the admin panel.

Please search the forum and you'll find several example of using 'message' editable region.
hello - I recently wanted a <hr> in an admin panel for clarity and achieved it like this
Code: Select all
<cms:editable name='advice_15' type='message' group='date_group' order='19'><hr></cms:editable>
and it looks like this:
hr.jpg
hr.jpg (54.96 KiB) Viewed 1404 times
3 posts Page 1 of 1
cron