anderly / piklist-field-addons

Piklist Field Addons
8 stars 1 forks source link

Piklist Field Addons

Piklist is a Rapid Development Framework for WordPress. Learn more about Piklist at http://piklist.com/user-guide/docs/

Sample Usage

Adding a Select2 style select box

piklist(‘field’, array(
    ‘type’ => ‘select2′
    ,’field’ => ‘select’
    ,’label’ => ‘Select’
    ,’value’ => ”
    ,’choices’ => array(
        ” => ”
        ,’first’ => ‘First Choice’
        ,’second’ => ‘Second Choice’
        ,’third’ => ‘Third Choice’
    )
    ,’options’ => array(
        ‘allowClear’ => true
        ,’placeholder’ => ‘Select an Option’
        ,’width’ => ’200px’
    )
));

More field types to come

Copyright

Copyright 2013 Adam Anderly

License

GPLv2