Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data chooser keyboard support #101

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

justinmclean
Copy link
Member

No description provided.

@justinmclean
Copy link
Member Author

#29 had conflicts this is a new version of that

@justinmclean
Copy link
Member Author

Example to test:

<?xml version="1.0" encoding="utf-8"?>
<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                xmlns:js="library://ns.apache.org/royale/basic"
                xmlns:beads="org.apache.royale.html.beads.*">

    <js:beads>
        <js:ApplicationDataBinding />
    </js:beads>

    <js:valuesImpl>
        <js:SimpleCSSValuesImpl/>
    </js:valuesImpl>

    <js:initialView>
        <js:View>
            <js:Group id="content" width="300" height="200">
                <js:beads>
                    <js:VerticalLayout />
                </js:beads>
                <js:DateChooser id="dc">
                      <js:view>
                          <beads:DateChooserView />
                      </js:view>
                      <js:beads>
                          <js:DateChooserMouseKeyboardController />
                      </js:beads>
                  </js:DateChooser>
                <js:Label text="{dc.selectedDate}" />
            </js:Group>
        </js:View>
    </js:initialView>

</js:Application>

@justinmclean
Copy link
Member Author

Note to test the date chooser need the focus and currently it not easy to see when it has.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant