articles admin







Docs For Class articles_admin



var imgPlus = new Image();
var imgMinus = new Image();
imgPlus.src = "../media/images/plus.png";
imgMinus.src = "../media/images/minus.png";

function showNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgMinus.src;
oTable.style.display = "block";
}

function hideNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgPlus.src;
oTable.style.display = "none";
}

function nodeIsVisible(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
break;
}
return (oTable && oTable.style.display == "block");
}

function toggleNodeVisibility(Node){
if (nodeIsVisible(Node)){
hideNode(Node);
}else{
showNode(Node);
}
}




articles_admin



Description

Description |
Vars
| Methods (details)





Located in /plugins/articles/admin.php (line 14)



articles | --articles_admin









Method Summary

Description |
Vars

|
Methods (details)






void
add_page
(mixed $category)




void
add_page_form
(mixed $category)




void
add_section
(mixed $name, [mixed $category = null], [mixed $description = null], mixed $fields, [mixed $order_by = null], [mixed $list = null], [mixed $access = null])




void
copy_section
(mixed $section_id, mixed $name, [mixed $description = null])




void
delete_page
(mixed $category, mixed $page_id)




void
edit_page
(mixed $category, mixed $page_id)




void
edit_page_form
(mixed $category, mixed $page_id)




void
view_categories
()




void
view_pages
(mixed $category)







Variables

Description |
Vars (details)


|
Methods (details)



Inherited Variables

Inherited from articles



articles::$section_data








Methods

Description |
Vars
Methods (details)









add_page (line 101)





void

add_page

(mixed $category)










add_page_form (line 68)





void

add_page_form

(mixed $category)










add_section (line 206)





void

add_section

(mixed $name, [mixed $category = null], [mixed $description = null], mixed $fields, [mixed $order_by = null], [mixed $list = null], [mixed $access = null])










copy_section (line 191)





void

copy_section

(mixed $section_id, mixed $name, [mixed $description = null])










delete_page (line 176)





void

delete_page

(mixed $category, mixed $page_id)










edit_page (line 156)





void

edit_page

(mixed $category, mixed $page_id)










edit_page_form (line 122)





void

edit_page_form

(mixed $category, mixed $page_id)










view_categories (line 16)





void

view_categories

()










view_pages (line 20)





void

view_pages

(mixed $category)





Inherited Methods


Inherited From articles


articles::__construct()

articles::compile_section()

articles::parse_field_data()

articles::__g_admin()

articles::__g_page()







Documentation generated on Sun, 19 Jun 2005 18:15:55 +0300 by phpDocumentor 1.3.0RC3




Wyszukiwarka

Podobne podstrony:
browse article view (2)
The Periodization Bible powerlifting article
admin articles poll
article2
article
browse articles?it y (2)
browse article pview (2)
article3
efy fm proof article
article 12
143 be grammar articles9
browse article view?tails
article6
article1

więcej podobnych podstron