xforms - How to disable collapse event of a Section in Orbeon Forms? -


i want disable collapse event of section, when clicking on it, in orbeon forms, not through properties in runtime.

disable collapse through properties-form-runner.xml(this works!):

<property as="xs:boolean" name="oxf.fr.detail.noscript.section.collapse.*.*" value="false"/> 

isn't there way disable "fr-collapse" event when clicking section in runtime?

something : <fr:section id="table-grid" bind="table-bind" collapse="false">?

using orbeon forms 4.5

you couldn't override values of properties attributes on fr:section, make sense, did this change per suggestion, , possible in upcoming orbeon forms 4.10.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -