Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
//Add options var to iCtip.js
$document->addScriptDeclaration("var mouse = '$mouseover'");
$document->addScriptDeclaration("var icclasstip = '$icclasstip'");
$document->addScriptDeclaration("var icclass = '$icclass'");
$document->addScriptDeclaration("var posit = '$posit'");
<script type="text/javascript">
var mouse = 'mouseover'
var icclasstip = '.iccalendar .icevent a'
var icclass = '.iccalendar'
var posit = 'right'
(function($){ // other module script
window.addEvent('domready',function(){
...
//Add options var to iCtip.js
$document->addScriptDeclaration("var mouse = '$mouseover';");
$document->addScriptDeclaration("var icclasstip = '$icclasstip';");
$document->addScriptDeclaration("var icclass = '$icclass';");
$document->addScriptDeclaration("var posit = '$posit';");
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.