PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
typedtext
<span class=""><?php echo $this->prefix_text; ?></span> <div class="fancytext_typed" id="<?php echo $this->page_id; ?>_typed"> </div> <span class=""><?php echo $this->postfix_text; ?></span> <?php $string = ""; $sep =""; foreach ($this->texts as $text) { $string.= $sep."'".addslashes($text['label'])."'"; $sep=","; } $setting = '{strings:['.$string.'], showItems:'.$this->showItems.',backDelay:'.$this->backDelay.',backSpeed:'.$this->backSpeed.',startDelay:'.$this->startDelay.', typeSpeed:'.$this->typeSpeed.',callback:function(){'. '$("#'.$this->page_id.'_typed").trigger("type_completed");},onStringTyped:function(){'.'$("#'. $this->page_id.'_typed").trigger("type_animating");}}'; $this->registerScript('', '$("#'.$this->page_id.'_typed").typed('.$setting.');'); ?>
[+]
..
[-] frontend_script.php
[edit]
[-] frontend_class.php
[edit]
[-] backend.php
[edit]
[-] frontend_view.php
[edit]
[-] backend.js
[edit]