X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter1-kiriwritesettingsedit.html;h=cb098db6744bc9d7ea8dfefe1455e4e8b74eda81;hp=76b1228dc7985c265bb1583c53f18d32a930ad13;hb=fb02a3c6cb60580a1dce80522a06168919460207;hpb=5778819ec333bf3392b2bc4cc54714d60b37221e diff --git a/Documentation/English (British)/developer-chapter1-kiriwritesettingsedit.html b/Documentation/English (British)/developer-chapter1-kiriwritesettingsedit.html index 76b1228..cb098db 100644 --- a/Documentation/English (British)/developer-chapter1-kiriwritesettingsedit.html +++ b/Documentation/English (British)/developer-chapter1-kiriwritesettingsedit.html @@ -32,7 +32,7 @@ kiriwrite_settings_edit will return data that is intended for kiriwrite_output_p Usage:

- $pagedata = kiriwrite_settings_edit({ DatabaseDirectory => “db”, OutputDirectory => “output”, ImagesURIPath => “/images/kiriwrite”, DateTimeFormat => “DD/MM/YY (hh:mm:ss)”, SystemLanguage => “en-GB”, PresentationModule => “HTML4S”, DatabaseModule => “SQLite”, DatabaseServer => “localhost”, DatabasePort => “3306”, DatabaseProtocol => “tcp”, DatabaseSQLDatabase => “database”, DatabaseUsername => “username”, DatabasePasswordKeep => 0, DatabasePassword => “password”, DatabaseTablePrefix = “kiridev” }); + $pagedata = kiriwrite_settings_edit({ DatabaseDirectory => “db”, OutputDirectory => “output”, ImagesURIPath => “/images/kiriwrite”, DateTimeFormat => “DD/MM/YY (hh:mm:ss)”, SystemLanguage => “en-GB”, PresentationModule => “HTML4S”, TextAreaCols => 50, TextAreaRows => 10, DatabaseModule => “SQLite”, DatabaseServer => “localhost”, DatabasePort => “3306”, DatabaseProtocol => “tcp”, DatabaseSQLDatabase => “database”, DatabaseUsername => “username”, DatabasePasswordKeep => 0, DatabasePassword => “password”, DatabaseTablePrefix = “kiridev” });

@@ -69,6 +69,14 @@ Specifies a hash listing the new settings. This is required when editing the set PresentationModule Specifies the presentation module in Kiriwrite to use. + + TextAreaCols + Specifies the width of the text area. + + + TextAreaRows + Specifies the height of the text area. + DatabaseModule Specifies the database module in Kiriwrite to use.