Translate

# Description:
TextBoxHelpStringComponentPallette
<p>A box for the user to enter text. The initial or user-entered text value is in the <code>Text</code> property. If blank, the <code>Hint</code> property, which appears as faint text in the box, can provide the user with guidance as to what to type.</p><p>The <code>MultiLine</code> property determines if the text can havemore than one line. For a single line text box, the keyboard will closeautomatically when the user presses the Done key. To close the keyboard for multiline text boxes, the app should use the HideKeyboard method or rely on the user to press the Back key.</p><p>The <code> NumbersOnly</code> property restricts the keyboard to acceptnumeric input only.</p><p>Other properties affect the appearance of the text box (<code>TextAlignment</code>, <code>BackgroundColor</code>, etc.) and whether it can be used (<code>Enabled</code>).</p><p>Text boxes are usually used with the <code>Button</code> component, with the user clicking on the button when text entry is complete.</p><p>If the text entered by the user should not be displayed, use <code>PasswordTextBox</code> instead.</p>
941/11010
SourceTranslationState
2335
Called when a change is detected in the temperature (in degrees Celsius).
2336
TemperatureChanged
2337
Temperature
2338
The temperature in degrees Celsius, if the sensor is available and enabled
2339
TextAlignment
TextAusrichtung
2340
<p>A box for the user to enter text. The initial or user-entered text value is in the <code>Text</code> property. If blank, the <code>Hint</code> property, which appears as faint text in the box, can provide the user with guidance as to what to type.</p><p>The <code>MultiLine</code> property determines if the text can havemore than one line. For a single line text box, the keyboard will closeautomatically when the user presses the Done key. To close the keyboard for multiline text boxes, the app should use the HideKeyboard method or rely on the user to press the Back key.</p><p>The <code> NumbersOnly</code> property restricts the keyboard to acceptnumeric input only.</p><p>Other properties affect the appearance of the text box (<code>TextAlignment</code>, <code>BackgroundColor</code>, etc.) and whether it can be used (<code>Enabled</code>).</p><p>Text boxes are usually used with the <code>Button</code> component, with the user clicking on the button when text entry is complete.</p><p>If the text entered by the user should not be displayed, use <code>PasswordTextBox</code> instead.</p>
<p>Ein Textfeld, dass dem Benutzern Texteintraege ermoeglicht. Ein Standardtext kann in der <code>Text</code> Eigenschaft vorgegeben werden. Die <code>Hinweis</code> Eigenschaft ermöglicht die Anzeige eines ausgegrauten Hilfstextes im Textfeld. Die <code>MultiLine</code> Eigenschaft bestimmt ob der Text mehr als eine Zeile haben kann. Bei einer einzeiligen Textbox wird die Tastatur automatisch ausgebledet (geschlossen) sobald die Eingabertaste (Entertaster) gedrueckt wird.</p><p>Die <code> NurZahlen</code> Eigenschaft unterbindet die Eingabe nichtnumerischer Zeichen.</p><p> Andere Eigenschaften betreffen die Darstellung des Eingabefeldes (<code>TextAusrichtung</code>,<code>HintergrundFarbe</code>, u.s.w.) und ob das Eingabefed aktiv oder nicht <code>aktiv</code> ist.</p><p>Eingabefelder werden in der Regel in Kombination mit Knoepfen verwendet. Der Benutzer kann einen Knopf druecken sobald er die Texteingabe beendet hat.</p><p>
2341
The background color of the input box. You can choose a color by name in the Designer or in the Blocks Editor. The default background color is ''default'' (shaded 3-D look).
2342
Whether the user can enter text into the TextBox. By default, this is true.
2343
Whether the font for the text should be bold. By default, it is not.
2344
Whether the text should appear in italics. By default, it does not.
2345
The font size for the text. By default, it is 14.0 points.

Loading…

Loading…

Things to check

Glossary

Source Translation
No related strings found in the glossary.

Source information

Context
TextBoxHelpStringComponentPallette
Comments
# Description:
Source string age
4 years ago
Translation file
appinventor/appengine/src/com/google/appinventor/client/OdeMessages_de.properties, string 2340
Failing checks