![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/libs/absol-form/demo/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>FLauncher</title> <script src="https://lab.daithangminh.vn/absol/absol.dependents.js"></script> <script src="../absol/absol_form.js"></script> <script src="./proxy_data_module.js"></script> </head> <body> <style> html, body { padding: 0; margin: 0; box-sizing: border-box; overflow: hidden; width: 100%; height: 100%; } .af-launcher { width: 100%; height: 100%; } body > .absol-tabview { width: 100%; height: 100%; } </style> <script> // var tabview = absol._('tabview').addTo(document.body);; // ['1','2', '3'].forEach(function (name){ var launcher = new absol.form.SCLauncher({ name: name, }); launcher.getView().addTo(document.body); var searchDict = location.search.replace(/^\?/, '').split('&').reduce(function (ac, t) { var equalOpIdx = t.indexOf('='); var key = t.substring(0, equalOpIdx).trim(); var value = t.substring(equalOpIdx + 1).trim(); ac[key] = value; return ac; }, {}); if (searchDict.auto_script) { var url = absol.base64.base64DecodeUnicode(searchDict.auto_script); absol.XLoader.loadScript(url); } absol.remoteNodeRequireAsync('package_desc.js').then(function (desc) { absol.sclang.SCTypeManager.addTypeDescriptors(desc); }); absol.sclang.SCStaticLibScope.declareConst('sys', {}, true, 'sys'); absol.sclang.SCStaticLibScope.declareConst('common', {}, true, 'common'); absol.sclang.SCStaticLibScope.declareConst('technical_preview', {}, true, 'tech_preview'); </script> <script src="./auto/demo_sclang.js"></script> </body> </html>