context_menus = createComplexXULElement('popupset');
document.documentElement.appendChild( context_menus );
- tag_menu = createPopup({position : 'after_start', id : 'tags_popup'});
+ tag_menu = createMenuPopup({position : 'after_start', id : 'tags_popup'});
context_menus.appendChild( tag_menu );
tag_menu.appendChild(
)
);
- var i1_popup = createPopup({position : 'after_start', id : 't' + f.@tag + 'i1' });
+ var i1_popup = createMenuPopup({position : 'after_start', id : 't' + f.@tag + 'i1' });
context_menus.appendChild( i1_popup );
- var i2_popup = createPopup({position : 'after_start', id : 't' + f.@tag + 'i2' });
+ var i2_popup = createMenuPopup({position : 'after_start', id : 't' + f.@tag + 'i2' });
context_menus.appendChild( i2_popup );
- var sf_popup = createPopup({position : 'after_start', id : 't' + f.@tag + 'sf' });
+ var sf_popup = createMenuPopup({position : 'after_start', id : 't' + f.@tag + 'sf' });
context_menus.appendChild( sf_popup );
tooltip_hash['tag' + f.@tag] = f.description;
auth_pages[menu_id] = 0;
}
- var sf_popup = createPopup({ id : menu_id, flex : 1 });
+ var sf_popup = createMenuPopup({ id : menu_id, flex : 1 });
sf_popup.addEventListener("popuphiding", function(event) {
if (show_auth_menu) {