598
Views
3
Comments
Label vs Text vs Expression?

hey, I'm at the beginners level, I'm unable to find out the answer of above Question,

Although in Expression we can change the value or data present inside and 

text & label both stores  the static text,

then what's the difference between them...


 

2021-09-06 15-09-53
Dorine Boudry
 
MVP

Hi Mehul,


for a beginner, developing web apps OS 11 is really good, starts with all the basics.


One of the lessons in it is about basic widgets like text, expression and label


you'll find answer to your questions there,

Dorine

2022-02-25 19-42-59
Srinivas K Singadi

Hi @Mehul Rathore


It's good question as beginner :)

For the label you will get an option to bind with Input widget.

where as in  the Text  you get this option

I hope that i answered you question

2018-12-29 06-49-41
Karthik Jeyaraman

Hi Mehul,

Both labels and text can be used as captions to input widgets. But labels has better usability compared to text. Labels has a property to associate it with an input widget. When you click on the label the focus is moved to the associated input widget. 

Text widget displays a static text in the UI

Expression widget allows you to display dynamic text based on the expression value. 

Thanks,

Karthik

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.