Skip to content

Commit

Permalink
more fixes for jlayout/js code for cdd and dbjoin elements
Browse files Browse the repository at this point in the history
  • Loading branch information
pollen8 committed Oct 2, 2015
1 parent b0b005a commit f84618b
Show file tree
Hide file tree
Showing 14 changed files with 100 additions and 52 deletions.
1 change: 1 addition & 0 deletions components/com_fabrik/helpers/html.php
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,7 @@ public static function addScriptDeclaration($script)
public static function jLayoutJs($name, $layoutName, stdClass $data = null, $paths = array(), $options = array())
{
$layout =self::getLayout($layoutName, $paths, $options);
//echo "<pre>";print_r($layout);echo "</pre>";
self::$jLayoutsJs[$name] = $layout->render($data);
}

Expand Down
3 changes: 2 additions & 1 deletion media/com_fabrik/js/encoder-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion plugins/fabrik_element/calc/list-calc-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f84618b

Please sign in to comment.