| 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("timepicker",["form"],function(e){var t=$(this),i={stepping:5,initValue:"now"},s=$.extend(!0,{},i,e),n={},r=null,a=null;return n.init=function(e){jse.core.debug.warn('The "timepicker" widget is deprecated as of v1.3. Use the datetimepicker widget instead.');var i=t.find("select"),n=[],l=0,p=0,c=[];for(r=i.eq(0),a=i.eq(1),l;l<24;l+=1)p=l<10?"0"+l:l,n.push({value:p,name:p});for(jse.libs.form.createOptions(r,n,!1,!1),l=0,n=[],l;l<60;l+=s.stepping)p=l<10?"0"+l:l,n.push({value:p,name:p});if(jse.libs.form.createOptions(a,n,!1,!1),"now"===s.initValue){var u=new Date;c[0]=u.getHours(),c[1]=Math.ceil(u.getMinutes()/s.stepping)*s.stepping,60===c[1]&&(c[0]+=1)}else try{c=s.initValue.split(":")}catch(o){c=[]}r.children('[value="'+c[0]+'"]').prop("selected",!0),a.children('[value="'+c[1]+'"]').prop("selected",!0),a.after('<span class="time" />'),e()},n});