Florian Schaal
2015-10-21 ca069831cd635f6155ea7c2504b47bbea95c76e5
interface/web/vm/form/openvz_vm.tform.php
@@ -322,6 +322,23 @@
            'width'  => '30',
            'maxlength' => '255'
         ),
         'custom' => array (
            'datatype' => 'TEXT',
            'formtype' => 'TEXTAREA',
            'default' => '',
            'value'  => '',
            'separator' => '',
            'width'  => '',
            'maxlength' => '',
            'rows'  => '10',
            'cols'  => '30',
            'searchable' => 2,
            'validators'    => array (  0 => array ('type'  => 'CUSTOM',
               'class' => 'validate_openvz',
               'function' => 'check_custom',
               'errmsg'=> 'custom_error'),
            ),
         ),
         //#################################
         // ENDE Datatable fields
         //#################################