Opened 15 years ago

Closed 15 years ago

#504 closed defect (fixed)

mb_popup is not defined

Reported by: huebi Owned by: dev
Priority: major Milestone: 2.5.2 release
Component: wmc Version: 2.5.1
Keywords: wmc, loadwmc Cc:

Description

this error occurs by pushing the button loadwmc

Change History (1)

comment:1 by huebi, 15 years ago

Resolution: fixed
Status: newclosed

popup is missing in this apllication

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('[gui_name]', 'body', 'popupcss', '../css/popup.css', 'file css' ,'file/css');

INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element, e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires, e_url) VALUES('[gui_name]','popup',6,1,'popup replacement','','div','','',NULL ,,NULL ,,NULL ,'','','div','popup.js','','','','');
Note: See TracTickets for help on using tickets.