Accidently derrived et2_textbox from et2_baseWidget

This commit is contained in:
Andreas Stöckel 2011-08-10 15:15:51 +00:00
parent 510c482eef
commit 67b05dc93c

View File

@ -20,7 +20,7 @@
/**
* Class which implements the "textbox" XET-Tag
*/
var et2_textbox = et2_baseWidget.extend({
var et2_textbox = et2_inputWidget.extend({
attributes: {
"multiline": {