Hi,
i've created a gallery page in this way:
I like so much the popup edit funcion... it is possibile to add it for masterpage/listing page
a tag for edit entire gallery ? (like the section in admin)
Thanks for support
i've created a gallery page in this way:
- Code: Select all
<cms:template title='Galleria' order='4' clonable='1' dynamic_folders='1' gallery='1'>
<cms:editable
name="gg_image"
label="Foto"
desc="Carica la tua foto qui"
width="1136"
show_preview='1'
preview_height='200'
type="image"
/>
<cms:editable
name="gg_thumb"
assoc_field="gg_image"
label="Thumbnail"
desc="Thumbnail della foto"
width='157'
height='157'
type="thumbnail"
/>
<cms:editable
name="gg_thumb2"
assoc_field="gg_image"
label="Thumbnail2"
desc="Thumbnail della foto2"
width='157'
height='157'
type="thumbnail"
/>
</cms:template>
I like so much the popup edit funcion... it is possibile to add it for masterpage/listing page
a tag for edit entire gallery ? (like the section in admin)
Thanks for support