Demonstration
Introduces the basic use of ax5ui-modal UI.

Modal Drag & Minimize

Please add ax5mask plug-in html document. You can use the ax5mask If you add a plug-in to the page.

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="../ax5ui-modal/dist/ax5modal.css">
<script type="text/javascript" src="../ax5ui-modal/dist/ax5modal.min.js"></script>
<script type="text/javascript">
    $(document.body).ready(function () {
        var modal = new ax5.ui.modal({
            theme: "danger",
            header: {
                title: '<i class="fa fa-arrows" aria-hidden="true"></i> Drag Me !!',
                btns: {
                    minimize: {
                        label: '<i class="fa fa-minus-circle" aria-hidden="true"></i>', onClick: function(){
                            modal.minimize();
                        }
                    },
                    restore: {
                        label: '<i class="fa fa-plus-circle" aria-hidden="true"></i>', onClick: function(){
                            modal.restore();
                        }
                    },
                    close: {
                        label: '<i class="fa fa-times-circle" aria-hidden="true"></i>', onClick: function(){
                            modal.close();
                        }
                    }
                }
            }
        });

        $('#modal-open').click(function () {
            modal.open({}, function () {

                var btn = jQuery(
                        '<button class="btn btn-primary" type="button">' +
                        'Modal Close</button>')
                        .click(function () {
                            modal.close();
                        });

                this.$["body-frame"]
                        .css({padding: 50})
                        .html(btn);

            });
        });

    });
</script>

AX5UI Package

'AX5UI' can be used with Bootstrap theme. The development of the distribution of the various UI plug-in. When you click the link to move to AX5UI index page.

Get AXBoot

AXBoot makes it easy to build web applications with Java & HTML5 Repeatable and noise development process are resolved by AXBoot.

Code licensed
MIT
Mantained by
Thomas Jang, Brant and Team AXISJ
Templete design by
Jorwrney Kim
Copyright
Opensource Group AXISJ - www.axisj.com
DNS
DNSEver