Skip to content

Instantly share code, notes, and snippets.

@jasonmccallister
Created February 3, 2014 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonmccallister/8786919 to your computer and use it in GitHub Desktop.
Save jasonmccallister/8786919 to your computer and use it in GitHub Desktop.
Craft Plugin Developement - Forms Cheatsheet
#Craft Plugin Developement - Forms Cheatsheet
My quick reference for working with forms while developing plugins for Craft.
###checkbox
* id
* class
* name
* checked
* autofocus
* disabled
* toggle
* reverseToggle
* label
> Assets used: none.
###color
* name
* value
* autofocus
* disabled
>Assets used:
> JS: lib/colorpicker/js/colorpicker.js
> CSS: lib/colorpicker/css/colorpicker.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment