This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
apps:buttons:start [2015/07/28 05:39] asok created |
apps:buttons:start [2015/07/28 06:02] (current) asok [System Buttons] |
||
---|---|---|---|
Line 1: | Line 1: | ||
=====Buttons===== | =====Buttons===== | ||
- | Starting 5.1, buttons have been categorized into Standard Buttons and Application Buttons. | + | Starting 5.1, buttons have been categorized into System Buttons and Application Buttons. |
- | ====Standard Buttons==== | + | ====System 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 | | ||
- | 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. Standard Buttons are described below. | ||