Skip to content

Commit

Permalink
Added usage paragraph to explain how to use the 'Uikit v2 - (Layout) …
Browse files Browse the repository at this point in the history
…Form.json'.
  • Loading branch information
Llewellynvdm committed Nov 20, 2017
1 parent 788fc92 commit e327f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Uikit v2 - (Layout) Form.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down

0 comments on commit e327f72

Please sign in to comment.