Abilitare JavaScript per vedere questo sito.

Aggiunge sotto-elemento testuale ad uno specifico elemento UI.

Sintassi

void add_text(const string &in name, const string &in text)

name

Nome dell'elemento UI

text

Sotto-elemento testuale

Risultato

(nessuno)

Nota

Nel caso che l'elemento UI non supporti tale funzionalità, la richiesta verrà semplicemente ignorata.

Esempio di utilizzo:

ui::form @my_form;

 

/* Aggiunta testi a elemento UI "item-1" */

my_form.add_text("item-1""Testo #0");

my_form.add_text("item-2""Testo #1");

...

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC