Like the Howto here : viewtopic.php?f=60&t=24116
My need is to hide all the DynamicField when the content is empty. (because of ACL do not manage visibility in 3.3.9)
So I will manage not to give content for DynamicField using ACL and then do not show automaticly them if not needed to use.
But :
- is there any documentation on all the javascript object /method anywhere so that I understand how to manipulate all this objects
because I suppose the content of a date or dropdown or textarea is not the same to manipule.
- or directly give me the method to get the content for text, textarea, checkbox , dropdown multiselect,date;datetime ?

- is there a possibility to get in the DTL in javascript the list of all the dynamicField existing in the page ?