summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
4e7776a)
Idee ist prinziipell gut, gibt aber Probleme mit dem auflösen von user stylesheets bei ajax layouts
var cssPrefix; // Css prefix for the menu items.\r
var modelItemRef; // Reference to menuModelItem\r
\r
var cssPrefix; // Css prefix for the menu items.\r
var modelItemRef; // Reference to menuModelItem\r
\r
- this.layoutCSS = 'menu-item.css';\r
+// this.layoutCSS = 'menu-item.css';\r
this.cssPrefix = 'DHTMLSuite_';\r
\r
if(!standardObjectsCreated)DHTMLSuite.createStandardObjects(); \r
this.cssPrefix = 'DHTMLSuite_';\r
\r
if(!standardObjectsCreated)DHTMLSuite.createStandardObjects(); \r
*/\r
createItem : function(menuModelItemObj)\r
{\r
*/\r
createItem : function(menuModelItemObj)\r
{\r
- DHTMLSuite.commonObj.loadCSS(this.layoutCSS); // Load css\r
+// DHTMLSuite.commonObj.loadCSS(this.layoutCSS); // Load css\r
\r
DHTMLSuite.variableStorage.arrayOfDhtmlSuiteObjects[this.objectIndex] = this;\r
\r
\r
DHTMLSuite.variableStorage.arrayOfDhtmlSuiteObjects[this.objectIndex] = this;\r
\r
var globalObjectIndex; // Global index of this object - used to refer to the object of this class outside\r
this.cssPrefix = 'DHTMLSuite_';\r
this.menuItemLayoutCss = false; // false = use default for the menuItem class.\r
var globalObjectIndex; // Global index of this object - used to refer to the object of this class outside\r
this.cssPrefix = 'DHTMLSuite_';\r
this.menuItemLayoutCss = false; // false = use default for the menuItem class.\r
- this.layoutCSS = 'menu-bar.css';\r
+// this.layoutCSS = 'menu-bar.css';\r
this.menuBarBackgroundImage = 'menu_strip_bg.jpg';\r
this.menuItem_objects = new Array();\r
DHTMLSuite.variableStorage.menuBar_highlightedItems = new Array();\r
this.menuBarBackgroundImage = 'menu_strip_bg.jpg';\r
this.menuItem_objects = new Array();\r
DHTMLSuite.variableStorage.menuBar_highlightedItems = new Array();\r
init : function()\r
{\r
\r
init : function()\r
{\r
\r
- DHTMLSuite.commonObj.loadCSS(this.layoutCSS); \r
+// DHTMLSuite.commonObj.loadCSS(this.layoutCSS); \r
this.__createDivs(); // Create general divs\r
this.__createMenuItems(); // Create menu items\r
this.__setBasicEvents(); // Set basic events.\r
this.__createDivs(); // Create general divs\r
this.__createMenuItems(); // Create menu items\r
this.__setBasicEvents(); // Set basic events.\r
$(function(){
DHTMLSuite.createStandardObjects();
$(function(){
DHTMLSuite.createStandardObjects();
- DHTMLSuite.configObj.setCssPath('[% myconfig.css_path %]/dhtmlsuite/');
DHTMLSuite.configObj.setImagePath('image/dhtmlsuite/');
var menu_model = new DHTMLSuite.menuModel();
DHTMLSuite.configObj.setImagePath('image/dhtmlsuite/');
var menu_model = new DHTMLSuite.menuModel();