VaKeR CYBER ARMY
Logo of a company Server : Apache/2.4.41 (Ubuntu)
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-acomp/demo/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/libs/absol-acomp/demo/checkboxstepper.js
var _ = absol._;
var __ = o => absol._(o).addTo(document.body);

var stepper = _({
    tag: 'checkboxstepper',
    props: {
        title: 'Quá trình hội nhập',
        items: [
            { checked: true, text: 'Nộp hồ sơ' },
            { checked: true, text: 'Phỏng vấn, thi tuyển' },
            { text: 'Mời nhận việc' },
            { text: 'Không nhận việc' },
            { text: 'Từ chối tuyển dụng', disabled: true }
        ]
    }
});

function test1() {
    stepper.items[2].checked = !stepper.items[2].checked;
}

function test2() {
    stepper.items[3].disabled = !stepper.items[3].disabled;
}

var ctn = __({
    tag: 'div',
    style: {
        display: 'inline-block',
        padding: '50px',
        backgroundColor: 'rgb(246, 244, 244)',
    },
    child: stepper
});

__({
    tag: 'flexiconbutton',
    style: {
        margin: '10px'
    },
    props: {
        text: 'Test 1',
    },
    on: {
        click: test1
    }
});

__({
    tag: 'flexiconbutton',
    style: {
        margin: '10px'
    },
    props: {
        text: 'Test 2',
    },
    on: {
        click: test2
    }
});

__({
    child: {
        tag: 'a',
        props: {
            href: __filename
        },
        child: { text: 'Source code' }
    }
})


VaKeR 2022