Helmut,

Please don't using preexecution or RDExecution to run RQL, use this client 
javascript solution.

This will save you a lot of headache.

https://github.com/jhuangsoftware/j-rql-connector-https


On Friday, January 23, 2015 at 3:20:25 PM UTC-5, Scodazzi wrote:
>
> Hi Helmut,
> are you familiar with plugins?
>
> You can develop a plugin using the following RQL query:
> <IODATA loginguid="[login_guid]" sessionkey="[session_key]">
>   <PROJECT sessionkey="[session_key]">
>     <LINK guid="[link_guid]">
>       <KEYWORDS action="load" />
>     </LINK>
>   </PROJECT>
> </IODATA>
>
> From this query you'll get all the keywords assigned to a structure 
> element (list, container).
>
> This is the server response:
> <IODATA>
>   <CATEGORIES allkeywords="0">
>     <CATEGORY guid="[category_guid]" value="[category_value]">
>       <KEYWORDS>
>         <KEYWORD guid="[keyword_guid]" value="[keyword_value]" release="0" 
> />
>         <KEYWORD guid="[keyword_guid]" value="[keyword_value]" release="0" 
> />
>       </KEYWORDS>
>     </CATEGORY>
>   </CATEGORIES>
> </IODATA>
>
> Best Regards,
> Sara
>
> Il giorno venerdì 16 gennaio 2015 09:38:10 UTC+1, Helmut Kaindl ha scritto:
>>
>> Dear All,
>>  
>> I want to display the Keywords assigned to a list element for the Editors.
>> Is there a easy possibility to do this?
>>  
>> Thanks in Advance,
>> With Regards
>> Helmut Kaindl
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reddot-cms-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to