Starting 5.1, buttons have been categorized into System Buttons and Application Buttons.
These are buttons which have default standard behaviour implemented by the system. These have been moved to a separate palette attached on top of the form. Their colors, etc. can be individually changed using css but you cannot override their behaviour by embedding scripts, etc. There are special commands in the form to convert them into Application Buttons, if you need to embed scripts, etc. System Buttons are described below.
Name | Command to convert into an Application Button | CSS Style |
---|---|---|
Utilities | ||
Clear | noclear | palette-sc |
Show | noshow | palette-sc |
Refresh | palette-sc | |
Navigators | ||
Top | nonav | palette-nav |
Previous | nonav | palette-nav |
Next | nonav | palette-nav |
Bottom | nonav | palette-nav |
Standard | ||
Add | nostd | palette-std |
Update | nostd | palette-std |
Delete | nostd | palette-std |
Save | nostd | palette-std |