Fix mail compose issues:

-Set default toolbar actions
-Set toolbar actions view range to 6
-Fix compose window not being resized correctly in FF 
-Fix displaying toolbar's selectbox
-Fix styling of toggle button
This commit is contained in:
Hadi Nategh
2015-01-07 17:08:21 +00:00
parent a20ad52fd0
commit 7009ba1de0
6 changed files with 28 additions and 7 deletions

View File

@@ -485,6 +485,16 @@ var et2_toolbar = et2_DOMWidget.extend([et2_IInput],
isValid: function(messages)
{
return true;
},
/**
* Attach the container node of the widget to DOM-Tree
* @returns {Boolean}
*/
doLoadingFinished: function ()
{
this._super.apply(this, arguments);
return false;
}
});
et2_register_widget(et2_toolbar, ["toolbar"]);