Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!

Input form - enabledGroup not work with treeedit

Avatar

Level 1

I was trying to make a input field inside of "treeedit" to be enabled based on permission, but found it is not working with following way that is working for other input forms:

<input editable="false" nolabel="true" type="treeEdit">

..................

           <container enabledIf="HasNamedRight('admin')=false" type="enabledGroup">

                <input editable="true" xpath="@internalName"/>

          </container>

...............

</input>

can someone tell why it is not work or is there any other way that can work with "treeedit"

0 Replies