WebsiteBaker Support (2.8.x) > Diskussion über WB (closed)

WYSIWYG TAB mit Header

<< < (7/16) > >>

Luisehahne:
I look and come back. Sorry, is it the 1.7.1 or 1.7.2 and from which side you download it? I think we get it for working. Step by step

Dietmar

crnogorac081:
I download it from http://www.wdsnet.de/wb/pages/downloads.php , file is called WYSIWYG TAB Version 1.7.2 Beta WB 2.8 ready

 :-D

Luisehahne:
Ok its from me. come back soon. Let me do some test, because i have javascript befor body endtag and you in the head. Is it correct?

Dietmar

Luisehahne:
I did a short change in my template from body to head


--- Quote ---<?php
if(function_exists('register_frontend_m odfiles')) {
  register_frontend_m odfiles('css');
}
?>
<link href="<?php echo WB_URL; ?>/your_jquery_folder/your_them_folder/ui.all.css" media="screen" rel="stylesheet" type="text/css" />

<script language="JavaScript" type="text/javascript">
var URL = '<?php echo WB_URL ?>';
var URL_SLIDER = '<?php echo WB_URL ?>/modules/wysiwyg_slider/';
var horz = true;
</script>
<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>
<script src="<?php echo WB_URL; ?>/jquery/ui/minified/jquery-ui-min.js" type="text/javascript"></script>
<script src="<?php echo WB_URL; ?>/jquery/ui/jquery.insert.js" type="text/javascript"></script>
<?php
if(function_exists('register_frontend_m odfiles')) {
  register_frontend_m odfiles('js');
}
?>

--- End quote ---


Now i hope it works on your portable.

Dietmar

doc:
Hi,

have had similar problems with jQuery and WB 2.8 RC1 / RC2 and Admin tool (backend_body.js, backend.js).

Since RC2 you must place jQuery functions which use $(document).ready(function() in the file backend_body.js not backend.js, as the jQuery framework must be included before. Since 2.8 RC2, jQuery is loaded at the end of the script, just before </body>. Not sure if this is related to your problem or not. If you are using RC1, you have to use backend.js instead off backend_body.js to get thinks working.

Doc

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version