diff --git a/Touch/Ext.SegmentedButton.items.disabled/index2.html b/Touch/Ext.SegmentedButton.items.disabled/index2.html index 8026673..0857aa0 100644 --- a/Touch/Ext.SegmentedButton.items.disabled/index2.html +++ b/Touch/Ext.SegmentedButton.items.disabled/index2.html @@ -4,7 +4,7 @@ Disabling individual buttons in an Ext.SegmentedButton control in Sencha Touch 2 - + diff --git a/Touch/Ext.SegmentedButton.items.disabled/readme.md b/Touch/Ext.SegmentedButton.items.disabled/readme.md new file mode 100644 index 0000000..a16526d --- /dev/null +++ b/Touch/Ext.SegmentedButton.items.disabled/readme.md @@ -0,0 +1,7 @@ +# Disabling individual buttons in an Ext.SegmentedButton control in Sencha Touch 2 # + +The following example shows how you can disable individual buttons in an Ext.SegmentedButton (segmentedbutton) control in Sencha Touch 2 by setting the Boolean disabled config option or calling the `setDisabled()` method dynamically at runtime on the individual child items. + +--- + +For more information, see [SenchaExamples.com](http://senchaexamples.com/2012/03/21/disabling-individual-buttons-in-an-ext-segmentedbutton-control-in-sencha-touch-2/).