Html::jsEnable PHP 메소드

jsEnable() 정적인 공개 메소드

Get javascript code for enable an item
static public jsEnable ( $id ) : String
$id string id of the dom element
리턴 String
    static function jsEnable($id)
    {
        return self::jsGetElementbyID($id) . ".removeAttr('disabled');\n";
    }
Html