X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter2-addinputbox.html;h=fecd6dc5518e474285514ebf69dc299369991fb3;hp=37589249d0459f247ff5522f91a8589fc1454259;hb=807fbc25c35ea3cdf16adcb2106fbb63b3511a68;hpb=85e6e7b063bd2521c64c7eaaf86b91188feb5a95 diff --git a/Documentation/English (British)/developer-chapter2-addinputbox.html b/Documentation/English (British)/developer-chapter2-addinputbox.html index 3758924..fecd6dc 100644 --- a/Documentation/English (British)/developer-chapter2-addinputbox.html +++ b/Documentation/English (British)/developer-chapter2-addinputbox.html @@ -30,7 +30,7 @@ Adds an input box.

Usage:

- $kiriwrite_presmodule->addinputbox("inputbox", { Size => "64", MaxLength => "128", Style => "inputbox", Value => "Default" }); + $kiriwrite_presmodule->addinputbox("inputbox", { Size => "64", MaxLength => "128", Style => "inputbox", Value => "Default", Password => 0 });

@@ -62,6 +62,10 @@ Specifies the following options as a hash in any order.

Value Specifies the value of the input box. + + Password + Specifies if this input box is for a password. +