Skip to content

Commit

Permalink
Adding README
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter deHaan (Sencha) committed Mar 21, 2012
1 parent a3c0082 commit 8eda9bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Touch/Ext.SegmentedButton.items.disabled/index2.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8"/>
<link href="http://extjs.cachefly.net/touch/sencha-touch-2.0.0/resources/css/sencha-touch.css" rel="stylesheet" type="text/css" />
<title>Disabling individual buttons in an Ext.SegmentedButton control in Sencha Touch 2</title>
<!-- Ext.SegmentedButton.items.disabled -->
<!-- http://senchaexamples.com/2012/03/21/disabling-individual-buttons-in-an-ext-segmentedbutton-control-in-sencha-touch-2/ -->
</head>
<body>

Expand Down
7 changes: 7 additions & 0 deletions 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 <code>disabled</code> 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/).

0 comments on commit 8eda9bc

Please sign in to comment.