b0y-101 Mini Shell


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

<?php
N2Loader::import('libraries.form.tab');

class N2TabDarkRaw extends N2Tab {

    protected function decorateGroupStart() {

    }

    protected function decorateGroupEnd() {

        echo "</div>";
    }

    protected function decorateElement($el, $renderedElement) {

        echo $renderedElement[1];
    }

}

Copyright © 2019 by b0y-101