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=29881d9737477340e4ada4a83cf5f2f4158b9965;hb=807fbc25c35ea3cdf16adcb2106fbb63b3511a68;hpb=a110948e819f1beb388f504ddd758617fd6a6c1e diff --git a/Documentation/English (British)/developer-chapter2-addinputbox.html b/Documentation/English (British)/developer-chapter2-addinputbox.html index 29881d9..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. +