Sets skin for form.
Parameters:
myForm.setSkin('dhx_web');
Form gets the skin specified in the form object constructor (3rd parameter);
Form gets the skin set by global 'dhtmlx.skin';
Form tries to automatically detect the skin by analyzing included css files (if there are any, applies the last one);
Form gets the 'dhx_skyblue' skin.