NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms-system:article:contentparts:teaser-link-article:slider-with-jquery [2011/02/03 08:32] Knut Heermann (flip-flop) |
english:phpwcms-system:article:contentparts:teaser-link-article:slider-with-jquery [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| **Version:** V1.0 \\ | **Version:** V1.0 \\ | ||
| **Update:** 1.0 (2009/12/04) \\ | **Update:** 1.0 (2009/12/04) \\ | ||
| - | **Update** 1.0 (2011/02/02) \\ | + | **Update:** 1.0 (2011/02/02) \\ |
| **Download**: \\ | **Download**: \\ | ||
| Line 53: | Line 53: | ||
| <code<php><!-- JS: http:/ /ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js --></code> | <code<php><!-- JS: http:/ /ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js --></code> | ||
| too. | too. | ||
| + | |||
| + | **UPDATE 02.02.2011:** | ||
| + | |||
| + | Since CMS-Version V1.4.7 r410 | ||
| + | |||
| + | <code html> | ||
| + | <!-- JS: featured_slider --> | ||
| + | <!-- JS: http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js --> | ||
| + | </code> | ||
| + | |||
| + | must be replaced with | ||
| + | |||
| + | <code php> | ||
| + | [PHP] | ||
| + | initJSPlugin('featured_slider'); | ||
| + | $GLOBALS['block']['custom_htmlhead']['jqueryui'] = getJavaScriptSourceLink(html_specialchars('https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js')); | ||
| + | [/PHP] | ||
| + | </code> | ||
| + | |||
| + | |||
| + | No longer you can´t be included js file from an external page with a TAG ##%%<!-- JS:....-->%%##. \\ | ||
| + | //(In the above shown involvement of the UI version of jQuery 1.8.9, the Lib V1.4x mist be switched to on the template)//. | ||
| + | |||
| + | |||
| + | Alternatively the static user interface library //(included in the download package 2011-02-02)// can be used with | ||
| + | <code html> | ||
| + | <!-- JS: featured_slider --> | ||
| + | <!-- JS: ui-1.8.9.custom.min --> | ||
| + | </code> | ||
| + | |||
| + | |||
| + | |||
| thats for the template. | thats for the template. | ||