Skip to content

Instantly share code, notes, and snippets.

@BoweFrankema
Created November 9, 2012 15:47
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 BoweFrankema/4046418 to your computer and use it in GitHub Desktop.
Save BoweFrankema/4046418 to your computer and use it in GitHub Desktop.
Infinity Option Types
  • Basic
    • text - Text input
    • textarea Text area input
    • select - Select box
    • radio - Radio buttons
    • checkbox - Check boxes
    • css - Custom CSS textarea
  • Dynamic
    • category - Select one category
    • categories - Select multiple categories
    • page - Select one page
    • pages - Select multiple pages
    • post - Select one post
    • posts - Select multiple posts
    • tag - Select one tag
    • tags - Select multiple tags
  • Position
    • position/left-right - Left/Right radios
    • position/left-center-right - Left/Center/Right radios
    • position/top-bottom - Top/Bottom radios
  • Toggle
    • toggle/on - "On" checkbox
    • toggle/off - "Off" checkbox
    • toggle/on-off - On/Off radios
    • toggle/yes - "Yes" checkbox
    • toggle/no - "No" checkbox
    • toggle/yes-no - Yes/No radios
    • toggle/enable - "Enable" checkbox
    • toggle/disable - "Disable" checkbox
    • toggle/enable-disable - Enable/Disable radios
  • jQuery UI
    • ui/slider - Slider with range support
  • Advanced
    • upload - Media uploader
    • colorpicker - Color picker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment