-
Notifications
You must be signed in to change notification settings - Fork 51
NavigatorButtons
Johannes Geppert edited this page Jun 25, 2015
·
1 revision
Add additional extra buttons to the grid navigator.
<sjg:grid ...
id="gridWithButtons"
navigator="true"
navigatorExtraButtons="{
seperator: {
title : 'seperator'
},
hide : {
title : 'Show/Hide',
icon: 'ui-icon-wrench',
topic: 'showcolumns'
},
alert : {
title : 'Alert',
caption : 'Show Alert!',
onclick: function(){ alert('Grid Button clicked!') }
}
}"
>
- Home
- Ajax
- UI widgets
- UI interactions
- Resizable for Divs
- Drag and Drop for Divs
- Selectable for Divs
- Sortable for Divs
- Form Elements
- Tasks