X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter1-kiriwriteoutputpage.html;h=c33ca91b77a2df35286d58d699f07ba1ced8a6e9;hb=5799d52d029a61159e7b5209e040f9615ac90077;hp=0464beed2b2ae4b7eaddaeba0b916771e806457c;hpb=a110948e819f1beb388f504ddd758617fd6a6c1e;p=kiriwrite%2F.git diff --git a/Documentation/English (British)/developer-chapter1-kiriwriteoutputpage.html b/Documentation/English (British)/developer-chapter1-kiriwriteoutputpage.html index 0464bee..c33ca91 100644 --- a/Documentation/English (British)/developer-chapter1-kiriwriteoutputpage.html +++ b/Documentation/English (British)/developer-chapter1-kiriwriteoutputpage.html @@ -22,7 +22,7 @@ kiriwrite_output_page outputs the page to a browser, standard output or a consol Parameters:

- kiriwrite_output_page(pagetitle, pagedata, menutype); + kiriwrite_output_page(pagetitle, pagedata, menutype, database);

@@ -30,7 +30,7 @@ kiriwrite_output_page outputs the page to a browser, standard output or a consol Usage:

- kiriwrite_output_page(“Page Title”, “This is the page data.”, “database”); + kiriwrite_output_page("Page Title", "This is the page data.", "database");

@@ -74,6 +74,10 @@ Specifies the menu type to use.

Writes the compile sub-menu. +
+ +database
+Specifies the name of the database to be used in the database sub-menu.