PPM2: select
This commit is contained in:
@ -149,6 +149,8 @@ FORUM.Application_cl = Class.create({
|
||||
setContent_p: function (newContent_opl, data_opl) {
|
||||
if (this.content_o != null) {
|
||||
if (this.content_o.canClose_px()) {
|
||||
console.log(newContent_opl);
|
||||
console.log(data_opl);
|
||||
this.content_o.close_px();
|
||||
this.content_o = newContent_opl;
|
||||
this.content_o.render_px(data_opl);
|
||||
|
@ -41,6 +41,8 @@ TELIB.TemplateManager_cl = Class.create({
|
||||
},
|
||||
execute_px: function (name_spl, data_opl) {
|
||||
var compiled_o = null;
|
||||
console.log(this.compiled_o);
|
||||
console.log(this.templates_o);
|
||||
if (name_spl in this.compiled_o) {
|
||||
compiled_o = this.compiled_o[name_spl];
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user