Thought of that too. How do I supress the Alt field that comes along with the Image in the form?
On Fri, Jun 4, 2010 at 8:08 AM, TonyGayter <[email protected]>wrote: > Attribute placeholders cant access this info, The easiest way is to > have another standard field for the alt value and make it mandatory > and a child of the image field. > > > > On Jun 4, 4:03 pm, Bill Rishsew <[email protected]> wrote: > > This is how we are currently doing this. With this method, we loose the > alt > > property value. > > Is there a way to do as you've suggested and retrieve the alt property > > value? Perhaps with RQL? > > > > > > > > > > > > On Thu, Jun 3, 2010 at 6:26 PM, Gavin Cope <[email protected]> wrote: > > > The only way to achieve this is set the image placeholder to only > insert > > > the file name and path and then write the html for the image tag and > include > > > the relevant placeholders, e.g. > > > > > <img src="<%img_file%>" id="banner_image_<%info_page_id%>" > > > class="video_banner_hover" style="cursor:pointer;cursor:hand;" ... /> > > > > > Cheers, > > > > > Gavin > > > > > On 3 June 2010 09:06, Bill Rishsew <[email protected]> wrote: > > > > >> I want to use the alt property for the image placeholder, but I also > > >> need to dynamically include the page ID to uniquely identify each > > >> image written to the apge. > > > > >> I attempted to do this by inserting the following in the Supplement > > >> field of the HTML Properties for the image: > > > > >> id="banner_image_<%info_page_id%>" class="video_banner_hover" > > >> style="cursor:pointer;cursor:hand;" > > > > >> The hope was that the Placeholder would be replaced. No such luck. > > > > >> Is there a way to do this? > > > > >> Thanks in advance. > > > > >> -- > > >> You received this message because you are subscribed to the Google > Groups > > >> "RedDot CMS Users" group. > > >> To post to this group, send email to > [email protected]. > > >> To unsubscribe from this group, send email to > > >> [email protected]<reddot-cms-users%[email protected]> > <reddot-cms-users%[email protected]> > > >> . > > >> For more options, visit this group at > > >>http://groups.google.com/group/reddot-cms-users?hl=en. > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "RedDot CMS Users" group. > > > To post to this group, send email to [email protected] > . > > > To unsubscribe from this group, send email to > > > [email protected]<reddot-cms-users%[email protected]> > <reddot-cms-users%[email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/reddot-cms-users?hl=en. > > > > -- > > Work Hard! Play Harder!!- Hide quoted text - > > > > - Show quoted text - > > -- > You received this message because you are subscribed to the Google Groups > "RedDot CMS Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<reddot-cms-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/reddot-cms-users?hl=en. > > -- Work Hard! Play Harder!! -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
