select value from panel
i have created panel , want to select a label text from panel to the label on page .
can u help me to do so?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
i have created panel , want to select a label text from panel to the label on page .
can u help me to do so?
Hello! Could you clarify have you added html code in panel with html type or added Label in panel with div/span type?
the code i am using
a class="view_alert" rel="nofollow"View Alert/a
a class="close_panel" rel="nofollow"Close/a
and by tje dv tag i am putting label on it.
by div tag
If you added Label element in panel with div type you can access the Label like preAppery("labelName").text();/pre