b0y-101 Mini Shell


Current Path : E:/www/buriram/libraries/nextend2/nextend/library/libraries/form/elements/
File Upload :
Current File : E:/www/buriram/libraries/nextend2/nextend/library/libraries/form/elements/important.php

<?php

class N2ElementImportant extends N2Element {

    protected function fetchTooltip() {
        return ' ';
    }

    protected function fetchElement() {
        return N2Html::tag('div', array(
            'class' => 'n2-element-important'
        ), $this->label);
    }
}

Copyright © 2019 by b0y-101