-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added usage paragraph to explain how to use the 'Uikit v2 - (Layout) …
…Form.json'.
- Loading branch information
1 parent
788fc92
commit e327f72
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
"name": "Form", | ||
"heading": "Add Form", | ||
"description": "This is a uikit form", | ||
"usage": "", | ||
"usage": "To apply this component, add the .uk-form class to a form element. All form control elements are placed side by side within the next row.", | ||
"snippet": "<form class=\"uk-form\">\r\n <fieldset>\r\n <legend><?php echo JText::_('Legend'); ?><\/legend>\r\n <div class=\"uk-form-row\">\r\n\t\t<label class=\"uk-form-label\" >\r\n\t\t\t<?php echo JText::_('Label'); ?>\r\n\t\t<\/label>\r\n\t\t<input type=\"text\" name=\"key\" placeholder=\"<?php echo JText::_('add some text here!'); ?>\"> <span class=\"uk-form-help-inline\"><?php echo JText::_('help needed'); ?><\/span>\r\n\t<\/div>\r\n <div class=\"uk-form-row\">\r\n\t\t<label class=\"uk-form-label\" >\r\n\t\t\t<?php echo JText::_('Label'); ?>\r\n\t\t<\/label>\r\n\t\t<textarea cols=\"\" rows=\"\" style=\"width: 100%; height: 216px;\" placeholder=\"<?php echo JText::_('add some text here!'); ?>\"><|||||FIX|||||textarea>\r\n\t\t<p class=\"uk-form-help-block\"><?php echo JText::_('help needed'); ?><\/p>\r\n\t<\/div>\r\n <\/fieldset>\r\n<\/form>", | ||
"url": "http:\/\/getuikit.com\/docs\/form.html", | ||
"type": "Layout", | ||
"library": "Uikit v2", | ||
"created": "2015-11-29 03:57:03", | ||
"modified": "2017-11-11 22:09:27", | ||
"modified": "2017-11-20 23:42:28", | ||
"contributor_company": "Vast Development Method", | ||
"contributor_name": "Llewellyn van der Merwe", | ||
"contributor_email": "[email protected]", | ||
|