Skip to content

Commit

Permalink
MacFJA.TextArea + MacFJA.LevelProgress
Browse files Browse the repository at this point in the history
Added demoUrl, license, testedPlatforms, new image for
MacFJA.LevelProgress
  • Loading branch information
MacFJA committed Mar 29, 2012
1 parent 4205499 commit 9ca3410
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 40 deletions.
Binary file modified gallery_images/MacFJA.LevelProgress.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 42 additions & 40 deletions gallery_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,27 +152,28 @@
"version": "1",
"blurb": "A set of progress controls (Progress, ProgressBar, and ProgressButton) with Onyx styling."
},
{
"name": "MacFJA.TextArea",
"displayName": "Onyx themed Textarea",
"owner": "MacFJA",
"dependencies": [
{
"name": "Enyo 2",
"version": ""
},
{
"name": "onyx",
"version": ""
}
],
"url": "https://github.com/MacFJA/enyo2-lib/tree/master/onyx",
{
"name": "MacFJA.TextArea",
"displayName": "Onyx themed Textarea",
"owner": "MacFJA",
"dependencies": [
{
"name": "Enyo 2",
"version": ""
},
{
"name": "onyx",
"version": ""
}
],
"url": "https://github.com/MacFJA/enyo2-lib/tree/master/onyx",
"demoUrl": "http://macfja.github.com/enyo2-lib/onyx/example/textarea.html",
"submissionDate": "Mar 7, 2012",
"testedPlatforms": "Unknown",
"license": "Unknown",
"version": "1",
"blurb": "A TextArea control (based on onyx.Input) that automatically resizes."
},
"testedPlatforms": "Opera 11.61 (Mac), Safari 5.1.5 (Mac), Google Chrome 17.0.963.56 (Mac), Safari (iOS 5.1)",
"license": "Apache 2.0",
"version": "1.1",
"blurb": "A TextArea control (based on onyx.Input) that automatically resizes."
},
{
"name": "morethanreal.GoogleMap",
"displayName": "Enyo Google Maps control",
Expand Down Expand Up @@ -225,26 +226,27 @@
"version": "1",
"blurb": "For one of my current projects I needed a way to style select elements so I came up with a SelectDecorator kind that can be wrapped around Select kinds to provide onyx-like styling. It works similar to the InputDecorator kind. Note that the SelectDecorator does not style the actual selection popup."
},
{
"name": "MacFJA.LevelProgress",
"displayName": "LevelProgress & RatingLevel control",
"owner": "MacFJA",
"dependencies": [
{
"name": "Enyo 2",
"version": ""
},
{
"name": "onyx",
"version": ""
}
],
"url": "https://github.com/MacFJA/enyo2-lib/tree/master/onyx",
{
"name": "MacFJA.LevelProgress",
"displayName": "LevelProgress & RatingLevel control",
"owner": "MacFJA",
"dependencies": [
{
"name": "Enyo 2",
"version": ""
},
{
"name": "onyx",
"version": ""
}
],
"url": "https://github.com/MacFJA/enyo2-lib/tree/master/onyx",
"demoUrl": "http://macfja.github.com/enyo2-lib/onyx/example/level.html",
"submissionDate": "Mar 26, 2012",
"testedPlatforms": "Unknown",
"license": "Unknown",
"version": "1",
"blurb": "I've created 2 control (the second based on the first) to display level progress bar and a rating bar. Features live value change by clicking or \"sliding\" and critical value and warning value for \"LevelProgress\"."
}
"testedPlatforms": "Opera 11.61 (Mac), Safari 5.1.5 (Mac), Google Chrome 17.0.963.56 (Mac), Safari (iOS 5.1)",
"license": "Apache 2.0",
"version": "1.0",
"blurb": "2 controls (the second based on the first) to display level progress bar and a rating bar. Features live value change by clicking or \"sliding\", and critical value and warning value for \"LevelProgress\"."
}
]
}

0 comments on commit 9ca3410

Please sign in to comment.