This is the first in a series where I will show ways to add JQuery custom UI elements to SugarCRM views. This is fairly easy to do for most JQuery plugins.
In this post we are going to use Switchery. This JQuery plugin will convert normal checkboxes to iOS style buttons as shown above. It has a few options but in this first part we are just going to stick to the defaults. First we have to get the plugin loading into SugarCRM. We could use the JS loader plugin they released a while back but I had issues with that loading the script multiple times so we are going to stick to the tried and true JSGroupings for this one.
A SugarCRM, PHP, SQL and JavaScript developers blog from the backwoods office.
Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts
Sunday, January 14, 2018
Subscribe to:
Posts (Atom)
-
My users had a need to query the audit log for various modules in ways that the current built in system would not allow. Now I could create...
-
Customize cron.php without replacing the stock file I wanted to add functionality where I would be emailed if any of the cron jobs failed ...
-
A few weeks ago I wrote some posts about overriding the CRON handler and I showed code about Developer Communication. Since then I hav...