suggestion about current API

suggestion about current API

<div>I'm translating 1.7.x docs into Chinese. Some suggestion about current API:</div><div>
</div><div>1.reset (multiple) options via .widget({});</div><div>We support .widget({}) to init one widget. Should we support .widget({}) to reset options? instead of .widget("option",name1,value).widget("option",name2,value). Or use .widget("option",{name:value,name2:value}) to reset in bulk?</div>
<div>2.Dialog:dialogClass: remove this option?</div><div>
</div><div>3.What about a global option for switching round corners in all widgets? e.g.: $.ui.options.roundedCorners = false;</div><div>And users may set single widget's option separately. eg. .dialog({roundedCorners:true});</div>
<div>
</div><div>4.Accordion:navigation/navigationFilter: add similar options to tabs/dialog?</div><div>
</div><div>5.Is 'Options' a type name of options value? </div><div>dialog:buttons:arguments type: Object vs Tabs:ajaxOptions:arguments type:Options</div>
<div>
</div><div>6.Should enableSelection/disableSelection have a better name?</div><div>eg. .fn.selection("disable"/"enable") or .fn.textSelectable(true/false);</div><div>
</div><div>-</div><div>
Chi Cheng</div>