mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
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:
@@ -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"]);
|
||||
|
Reference in New Issue
Block a user