| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/html/assets/javascript/engine/widgets/ |
Upload File : |
"use strict";gx.widgets.module("input_counter",[],function(e){var n=$(this),t={persistent:!0,pull:"right",label:!1},l=$.extend(!0,{},t,e),a={},p=jse.core.lang.translate("COUNTER","admin_general"),u=$("<span/>"),i=function(e){n.parent().append(u),l.max?(u.text(n.val().length+"/"+l.max),l.label?u.append(" - "+p):""):(u.text(n.val().length),l.label?u.append(" - "+p):"")};return a.init=function(e){l.pull&&u.addClass("pull-"+l.pull),l.persistent?i():(n.focus(i),n.blur(function(){u.remove()})),n.on("keyup",i),e()},a});