This is an automated email from the ASF dual-hosted git repository.
Harbs pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
from 719c911943 Merge pull request #1285 from estib-prog/Range
add 8517af45c7 added text input
add 0a74f1a436 Merge branch 'develop' of
https://github.com/apache/royale-asjs into text-input
add bbaab998a6 removed min and max from TextInput
new bb568c56b4 Merge pull request #1284 from chiyenna/text-input
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../projects/Style/src/main/resources/defaults.css | 4 +
.../Style/src/main/resources/style-manifest.xml | 2 +
.../royale/org/apache/royale/style/TextInput.as | 96 ++++++++++++
.../org/apache/royale/style/skins/TextInputSkin.as | 163 +++++++++++++++++++++
4 files changed, 265 insertions(+)
create mode 100644
frameworks/projects/Style/src/main/royale/org/apache/royale/style/TextInput.as
create mode 100644
frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/TextInputSkin.as