I didnt know that you can actually insert a rendertag as the default text for standard field. It only works if that same rendertag already exists on the page (I think).
Here is a sample showing how this can work The same rendertag shown below is what is entered into the textbox which defines the default text to be used for if the standard field has no value: <HTML> <HEAD> <title><%hdl_headline%></title> </HEAD> <BODY> default text = <%stf_test%> <br /> <!-- <%!! Context:CurrentPage.Elements.GetElement(hdl_headline).GetHtml () !!%> --> </BODY> </HTML> So the above template snippet will output the headline if stf_test has not been populated.... -- 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.
