Repository: flex-asjs Updated Branches: refs/heads/develop 378fe70b5 -> 5cfc1dccb
Added jQuery ToggleButton. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/5cfc1dcc Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/5cfc1dcc Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/5cfc1dcc Branch: refs/heads/develop Commit: 5cfc1dccbe4fa4cb5e1c52717c978cba0f1affa6 Parents: 378fe70 Author: Peter Ent <[email protected]> Authored: Mon Jan 26 14:50:20 2015 -0500 Committer: Peter Ent <[email protected]> Committed: Mon Jan 26 14:50:20 2015 -0500 ---------------------------------------------------------------------- examples/FlexJSStore_jquery/src/FlexJSStore.mxml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5cfc1dcc/examples/FlexJSStore_jquery/src/FlexJSStore.mxml ---------------------------------------------------------------------- diff --git a/examples/FlexJSStore_jquery/src/FlexJSStore.mxml b/examples/FlexJSStore_jquery/src/FlexJSStore.mxml index cdf073a..fbc6628 100755 --- a/examples/FlexJSStore_jquery/src/FlexJSStore.mxml +++ b/examples/FlexJSStore_jquery/src/FlexJSStore.mxml @@ -234,18 +234,18 @@ limitations under the License. <basic:Image id="image" /> <!-- click="toggleTheme()" --> <!-- toolTip="Change Theme"/ --> - <basic:ToggleTextButton id="homeButton" + <jquery:ToggleTextButton id="homeButton" text="Home" height="100%" selected="true" className="storeButtonBar" click="headHome()" /> - <basic:ToggleTextButton id="productsButton" + <jquery:ToggleTextButton id="productsButton" text="Products" height="100%" className="storeButtonBar" click="headToProducts()"/> - <basic:ToggleTextButton id="supportButton" + <jquery:ToggleTextButton id="supportButton" text="Support" height="100%" className="storeButtonBar"
