Plugin to add a visibility function on a dynamic component

Hello everyone,

I don’t know if it’s possible or if it exists, but I’m looking for a plugin that would allow me to display or not functions in the component’s options panel. In fact, I would have a drop-down menu in the options with “show” or “hide”. Natively it will automatically be on hide and when I select show, it will show me more advanced and rarely used functions that are normally hidden. I put some screenshots for you to understand

Thanks


You can set some of the hidden attributes that control the option form, this is via onclick. So may click through some object names, then made visible with corresponding options and input.

add your DC and requirements

1 Like

It’s a good idea, but it’s not really what I want..
The option changes, but it doesn’t disappear

you can make it disappear

set (“_anattribute_access” ,“LIST”,“NONE”) where AnAttributte is name of attribute.

lower case to hidden attributes

Use attribute helper in extension warehouse to figure the hidden attributes

I’m sorry, I’m a beginner on this topic, could you send me a simple example so I can understand the formulas?

should be quotes on attribute
edited top post

attribute input options.skp (17.8 KB)

1 Like

Exactly what I wanted! Thank you very much.