Wish small feature proposal about Tag field of views

giggetto71

Active Member
Licensed User
Longtime User
Hi,
sometimes it would be quite useful to use at runtime the "name" of the view which is historically not present.
would it be possible to have an option in the designer (set to false by default to preserve the backward compatibility) to mirror the name of the view in the tag field same as the event name? which means, if you want you can change it but by def if the option is enabled it goes to Tag.
thanks
 
Last edited:

Sagenut

Expert
Licensed User
Longtime User
To access views by their name you need to use Designer Script Extension.
I am not used to it, I try to attach an example but I am unsure if it's the correct usage.
Check even the Designer script in the layout.
 

Attachments

  • ddd.zip
    13.6 KB · Views: 49

giggetto71

Active Member
Licensed User
Longtime User
oh mamma che figata!!! non ci posso credere!!! come ho fatto a non accorgermi di questa libreria! GRAZIE!!!!
 
Top