Hi Neil, Ibrahim,

Since Javascript is used to parse and construct the RQL, I usually
output the element's reddot and use javascript to parse out the
element guid.

Less work on the page builder compared to using Elements.GetElement.

:)

-Jian

On Jul 15, 8:54 am, Neil <[email protected]> wrote:
> Yep, Kim is correct - we use the following to save new content to a text
> element:
>
> txtContentGUID = "<%!!
> Context:CurrentPage.Elements.GetElement(txt_content).Id.ToString().Replace(-,
> Escape:EmptyString).ToUpper() !!%>"
>
>             xmlData = "<IODATA loginguid=""" & LoginGUID & """
> sessionkey=""" & SessionKey & """>" &_
>                       "<ELEMENTS action=""save"">" & _
>                       "<ELT guid=""" & txtContentGUID & """ value=""" &
> newContent & """ ></ELT>" & _    
>                       "</ELEMENTS>" &_
>                       "</IODATA>"
>
> Hope this helps
>
> Neil

-- 
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.

Reply via email to