DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM RELEASE TAB

Tree CSS path fixup

[TFS Changeset #55211]
This commit is contained in:
Shandem
2009-06-21 07:46:27 +00:00
parent 9756a0db67
commit b4f898fe8c

View File

@@ -836,7 +836,7 @@ Umbraco.Sys.registerNamespace("Umbraco.Controls");
rtl: false,
animation: false,
hover_mode: true,
theme_path: "/umbraco_client/Tree/Themes/",
//theme_path: "/umbraco_client/Tree/Themes/",
theme_name: "umbraco",
context: null //no context menu by default
},
@@ -846,7 +846,8 @@ Umbraco.Sys.registerNamespace("Umbraco.Controls");
},
rules: {
metadata: "umb:nodedata",
creatable: "none"
creatable: "none",
draggable : "none"
},
callback: {
//wrapped functions maintain scope in callback