Thanks Marcus, I will push my employer to get me the account. Just for my knowledge, do render tags work in all versions of reddot?
On Aug 24, 5:07 am, markus giesen <markus.gie...@gmail.com> wrote: > Try: > > <reddot:cms> > <if> > <query valuea="String:<%optIsPollActive%>" > operator="==" valueb="String: > YES"> > <htmltext> > <%conPoll%> > </htmltext> > </query> > <query type="else"> > <if> > <query valuea="Context:CurrentRenderMode" operator="! > =" valueb="Int: > 2"> > <htmltext> > <%conPoll%> > </htmltext> > </query> > </if> > </query> > </if> > </reddot:cms> > > No need for pre execute I believe. > If you are a Open Text client you can request access to the knowledge > center here:http://knowledge.opentext.com/ > > Cheers, > markus > > On 24 Aug., 00:26, Programmerboy <omair.program...@gmail.com> wrote: > > > > > Thanks Marcus and all. > > > Does this seems ok then? > > > <!IoRangePreExecute> > > <% If "<%optIsPollActive%>" = "YES" Then %> > > <%conPoll%> > > <% ElseIf "<%optIsPollActive%>" = "NO" Then %> > > <reddot:cms> > > <if> > > <query valuea="Context:CurrentRenderMode" operator="!=" > > valueb="Int: > > 2"> > > <htmltext> > > <%conPoll%> > > </htmltext> > > </query> > > </if> > > </reddot:cms> > > <% End if %> > > <!/IoRangePreExecute> > > > On a side note, I have asked my employer to get me the access to > > knowledge base but they are tied up with other things. Can I get the > > manuals somewhere else or can anyone of you email me? > > > On Aug 22, 11:45 pm, markus giesen <markus.gie...@gmail.com> wrote: > > > > Here is an example for what you want:http://bit.ly/agS96p > > > > Cheers, > > > Markushttp://reddotcmsblog.com > > > > On 22 Aug., 18:06, Andreas Thumfart <athumf...@gmail.com> wrote: > > > > > You have to use one single PreExecute block. > > > > Your code should look like this: > > > > > <!IoRangePreExecute> > > > > <% If "<%optIsPollActive%>" = "YES" Then %> > > > > > <%conPoll%> > > > > > <% ElseIf "<%optIsPollActive%>" = "NO" Then %> > > > > > <!IoRangeRedDotMode><%conPoll%><!/IoRangeRedDotMode> > > > > > <% End if %> > > > > <!/IoRangePreExecute>- Hide quoted text - > > > > - Show quoted text -- 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 reddot-cms-us...@googlegroups.com. To unsubscribe from this group, send email to reddot-cms-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.