YuiRestClient::Widget::Textbox - handle text boxes
Copyright 2020 SUSE LLC
SPDX-License-Identifier: FSFAP
QE Yam <qe-yam at suse de>
return $self->{tb_full_name}->set($full_name);
$self->{tb_keyboard_test}->value();
Class to represent a text box. It can be YInputField.
{
"class": "YInputField",
"debug_label": "label_test",
"hstretch": true,
"id": "test",
"input_max_length": 256,
"label": "label_test",
"password_mode": false,
"valid_chars": "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_.",
"value": ""
}
set($value) - sets "value" property to $value.
value() - returns the current string stored in the "value" property.