X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/menu/action-grid.html diff --git a/examples/menu/action-grid.html b/examples/menu/action-grid.html new file mode 100644 index 00000000..c63b8254 --- /dev/null +++ b/examples/menu/action-grid.html @@ -0,0 +1,34 @@ + + + + + Actions Example + + + + + + + + + +

Actions Example

+

This example shows how to create multiple active UI event handling widgets from a single Action definition.

+

Both Buttons and MenuItems can be created from the same Action instance. Action's enable, disable, hide, show and + setText methods affect every Component created from that Action.

+

In this example, the Action is disabled when there is no grid selection, and this disables both Buttons and MenuItems.

+

Note that the js is not minified so it is readable. See action-grid.js.

+
+ + \ No newline at end of file