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

WYSIWYG TAB mit Header

<< < (9/16) > >>

crnogorac081:
can you zip and attach all those files required for import please ?

Luisehahne:
in WB 2.8 there in folder /includes/jquery/ are all files you need for jquery and in jquery subfolder plugins there is a jquery-ui.css with  including all base selectors you need for jquery. tab, accordion, date, etc.

My wysiwyg_tab in this version set a frontend.js with a call for jquery.tabs

if you want to change the theme you can download it here
http://jqueryui.com/

have fun

Dietmar

crnogorac081:
I dont know what I am doing wrong.. right now, I have:


--- Code: (head) ---<?php
if(function_exists(&#39;register_frontend_modfiles&#39;)) {
  register_frontend_modfiles(&#39;css&#39;);
}
?>
<link href="<?php echo WB_URL; ?>/jquery/plugins/jquery-ui.css" media="screen" rel="stylesheet" type="text/css" />

   
</head>

--- End code ---

and at the bottom:


--- Code: (body) ---<script src="<?php echo WB_URL; ?>/jquery/jquery-ui-min.js" type="text/javascript"></script>
<script src="<?php echo WB_URL; ?>/jquery/jquery.insert.js" type="text/javascript"></script>
<?php
if(function_exists(&#39;register_frontend_modfiles&#39;)) {
  register_frontend_modfiles(&#39;js&#39;);
}
?>

<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>


</body>
</html>

--- End code ---

offtopic: I also tried WYSIWYG QUERY Version 1.7.2 Beta WB 2.8 ready from your site, and also it is not working for me  :cry:

Can someone please who has WB Portable try something of this ? maybe is the server thing   :-D or I am compleate idiot  :mrgreen:

Luisehahne:
Why don't you do that with script i posted? See the link before, i changed it too, and i have the tabs and accordion on the same page, and it works. See my source code.

The binding of script you send is wrong sorted

first this


--- Quote ---<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>

--- End quote ---

and then the rest


--- Quote ---<script src="<?php echo WB_URL; ?>/jquery/jquery-ui-min.js" type="text/javascript"></script>
<script src="<?php echo WB_URL; ?>/jquery/jquery.insert.js" type="text/javascript"></script>
<?php
if(function_exists('register_frontend_m odfiles')) {
  register_frontend_m odfiles('js');
}
?>
--- End quote ---

Dietmar


Dietmar

crnogorac081:
it was some stupit wrong path to some files :)

thanks a lot !

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version