Add delete button on docs
This commit is contained in:
@@ -275,6 +275,10 @@ function CATC(asGlobals)
|
||||
asVarName.unshift('tmp');
|
||||
return self.vars(asVarName, oValue);
|
||||
};
|
||||
|
||||
this.getTemplateItem = function(sItemName) {
|
||||
return self.elem.$Main.find('.template-items').find('.'+sItemName).clone();
|
||||
}
|
||||
}
|
||||
|
||||
class Editor {
|
||||
|
||||
Reference in New Issue
Block a user