Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

fbs

About

Username
fbs
Joined
Visits
7
Last Active
Roles
Member

Comments

  • Also, not sure if this helps but I am not seeing the css files being included.
    in Simple Modules Comment by fbs June 2013
  • So here is what I got so far. In my simple module model file, I have a type of 'colorpicker'. In the custom fields file, I have this: $fields['colorpicker'] = array( 'class' => array(FUEL_FOLDER => 'Fuel_custom_fields'), 'function' => …
    in Simple Modules Comment by fbs June 2013
  • How do I actually fire off the jquery plugin function to make the type work. For example, with the colorpicker, to make a field work, you would have the following: $('#colorpickerHolder').ColorPicker({flat: true});. Thanks again for the help.
    in Simple Modules Comment by fbs June 2013
  • Thanks for the info. I am using 1.0 and association parameters seems like something I want to use. I am trying to integrate the following jquery plugin: http://www.eyecon.ro/colorpicker/. Here is what I have added to my custom_fields.php, $fields[…
    in Simple Modules Comment by fbs June 2013
  • I have figured out the issue with this.