15-06-2017 09:35 AM - edited 15-06-2017 09:38 AM
Hello Community,
My question is regarding descriptors
Would require your assistance to filter the descriptions(diagram ) by short name like "#Application Environment Diagram#" , We have to display the diagram which has short name like "application environment diagram" , According to this below image , it should pick the first description only .
\n <p>[Component=Description]
///.........add something to filter the diagram by short name //
\n [Draw=Out/]
\n [/Component]</p>
15-06-2017 11:13 AM
Great Jerome for your swift reply .
That really helps to populate the filter one.
Bit worried that sometimes to use query in the component , because everytime it checks all the diagram in the system and then fitler that particular one. It might cause the generation slow.
15-06-2017 10:28 AM
The online documentation for HOPEX V2 is available from this page of MEGA Community
http://community.mega.com/t5/HOPEX-Downloads-Docs/ct-p/Docs-Downloads
Click on the link HOPEX V2 - Online Doc EN
Even if you use an older version content is he same for HTML tags
15-06-2017 10:16 AM
THanks Jeromo ,
Could find this online document HOPEX Power Studio (EN). Kindly share the link or PDF doc.
15-06-2017 10:01 AM
Hello Arunas
In a tag Component you can use a query
[Component="SELECT..."]
It means you can setup a query that performs a filter an call in the tag component
See online documention, secvion HOPEX Power Studio (EN) : Customizing Web Sites : Using HTML Descriptors : Tags Specific to HTML Descriptors : Component Tag (C)