Go to the source code of this file.
◆ linkPickerTabs()
Definition at line 36 of file link_picker_tabs.inc.
38 $tabs = array(
"Pages" =>
"/action/link_picker/link_picker",
39 "Documents" =>
"/action/link_picker/document_picker",
40 "Articles" =>
"/action/link_picker/article_picker",
41 "External URL" =>
"/action/link_picker/external_url_picker"
44 $bar =
new TabBar(
"popup_tabs",
$tabs,
$qs);