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 0f4b67ebcf quick changes to get Accordion disabled mode working (i.e.
*not* working)
add 267ba3422c FileInput
new 8e3857b29c Merge pull request #1286 from GittyBlau/FileInput
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 +
.../apache/royale/style/{Badge.as => FileInput.as} | 7 +-
.../org/apache/royale/style/skins/FileInputSkin.as | 98 ++++++++++++++++++++++
4 files changed, 108 insertions(+), 3 deletions(-)
copy
frameworks/projects/Style/src/main/royale/org/apache/royale/style/{Badge.as =>
FileInput.as} (87%)
create mode 100644
frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/FileInputSkin.as