Hi, 2007/1/16, Sergiu Dumitriu <[email protected]>:
c) for Strings/Dates/etc there is a Validation Regular Expression (and associated Validation Message) field; is this intended as a validation expression for the field value? If so, is it active? - so far it does not give any message (provided or otherwise) when used. It should be working, but I don't know how. I didn't use it.
This new feature is not yet completely implemented. For the moment those fields only used by the doc.validate() api method.
e) Tooltip and Custom Display: Is this an automatic field render, or must these fields be initiated in some way?
- Tooltip is a message about the property you can display in your forms using doc.displayTooltip("your_field_name") - the field Custom Display allow to overload the html code returned by the properties displayers. /!\ please leave it blank unless you know _exactly_ what you're doing :) JV.