christophernoel / ext-ux-htmleditor-plugins

Automatically exported from code.google.com/p/ext-ux-htmleditor-plugins
0 stars 0 forks source link

Small enhancement for HR #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Can you add this function to the HR plugin window:

focus: function(){
this.items.get(0).form.findField('hrwidth').focus(true);
}

and a default value of 100% to the form field.

This way it's quicker to add a HR

Original issue reported on code.google.com by tim.bren...@gmail.com on 3 Feb 2010 at 8:57

GoogleCodeExporter commented 8 years ago

Original comment by justar...@gmail.com on 3 Feb 2010 at 2:43

GoogleCodeExporter commented 8 years ago
Fixed in r26

http://code.google.com/p/ext-ux-htmleditor-plugins/source/detail?r=26

Thanks for the suggestion.

Original comment by justar...@gmail.com on 3 Feb 2010 at 3:31