Keyword: DSPATR


Description: You use this field-level keyword to specify one or more display attributes for the field that you are defining.


Status: Supported as of version 2.0.0

DSPATR(BL), DSPATR(HI), DSPATR(RI), DSPATR(UL), DSPATR(CS), and DSPATR(SP) converts to an equivalent css class.

DSPATR(PC) converts to "set focus" property.

DSPATR(ND) on output fields converts to "visibility" property (value becomes "hidden").

DSPATR(ND) on input fields changes the "field type" to "password field".

DSPATR(MDT) converts to "set as modified" property.

DSPATR(PR) converts to "read only" property and assigns PR css class.

If a hex attribute field is specied as a parameter, it is converted to the "display attribute field" property.


Back to DDS keyword list