Jump to content

[INFO] Jquery dialog


Recommended Posts

Hello,
If adding jquery dialog through controller doesn't work go to classes -> Media.php and override

public static $jquery_ui_dependencies

function by editing ~ line 42

'ui.dialog' => array('fileName' => 'jquery.ui.dialog.min.js', 'dependencies' => array('ui.core', 'ui.widget', 'ui.position', 'ui.button'), 'theme' => true),

basically all you need to do is add the ui.button dependency for it to work.

Link to comment
Share on other sites

×
×
  • Create New...