cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Descriptor to filter the description

Arunas
Trusted Contributor

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>

 

Capture.PNG 

4 Replies

Arunas
Trusted Contributor

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. 

 

 

 

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


Screen Shot 06-15-17 at 10.26 AM.PNG

 

Even if you use an older version content is he same for HTML tags

 

 

 

 

Jerome

Arunas
Trusted Contributor

THanks Jeromo ,

 

Could find this online document  HOPEX Power Studio (EN). Kindly share the link or PDF doc.

jhorber
MEGA
MEGA

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) 

Jerome