Jump to content

IPS\Helpers\Form\Color


shahed

Recommended Posts

Posted

Settings with this form helper won't work as usual and it doesn't summon colorpallet. Is this a bug?

 

Edit:

I'm using this way for a while.

$form->add( new \IPS\Helpers\Form\Color( 'setting_key', \IPS\Settings::i()->setting_key ) );

 

Posted
5 minutes ago, Nathan Explosion said:

You might want to provide some context around how you are using it etc.

Code helps.

$form->add( new \IPS\Helpers\Form\Color( 'setting_key', \IPS\Settings::i()->setting_key ) );

I'm using this way for a while.

Posted
4 hours ago, newbie LAC said:

Inbuilt setting

email.gif.8e0cbcd65980085170fc90be60c3a3ce.gif

Check javascript errors in console

Thanks for bringing this,

I have tested this one and it seems it's not a bug, at least for Inbuilt setting. I mean it's works with $settingsForm but same not works on $Form.

 

Edit:

Problem is now fixed thanks to @newbie LAC / interference between one modified CSS class from my end cause that problem.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...