?
Current Path : /home1/savoy/www/savoyglobal.net/gea/application/views/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/www/savoyglobal.net/gea/application/views/documentreadyfunctions.php |
<?php /* * To change this template, choose Tools | Templates * and open the template in the editor. */ ?> <script type="text/javascript"> jQuery(document).ready(function() { $('.calfocus').datepick({dateFormat: 'dd-mm-yyyy'}); $(".number_three").mask("999"); $(".addRow").btnAddRow({inputBoxAutoNumber:true}); $(".delRow").btnDelRow(); $('input.auto').autoNumeric(); $("input.auto").css('text-align', 'right'); $("form > textarea").bind("keypress", function (event){ if(event.keyCode == 13) { event.preventDefault(); return false; } }); $('#wysiwyg').wysiwyg( { controls : { separator01 : { visible : true }, separator03 : { visible : true }, separator04 : { visible : true }, separator00 : { visible : true }, separator07 : { visible : false }, separator02 : { visible : false }, separator08 : { visible : false }, insertOrderedList : { visible : true }, insertUnorderedList : { visible : true }, undo: { visible : true }, redo: { visible : true }, justifyLeft: { visible : true }, justifyCenter: { visible : true }, justifyRight: { visible : true }, justifyFull: { visible : true }, subscript: { visible : true }, superscript: { visible : true }, underline: { visible : true }, increaseFontSize : { visible : false }, decreaseFontSize : { visible : false } } } ); }); </script>