Page 1 of 1

select value from panel

Posted: Thu Dec 26, 2013 6:16 pm
by Ketan Patil

i have created panel , want to select a label text from panel to the label on page .

can u help me to do so?


select value from panel

Posted: Thu Dec 26, 2013 6:31 pm
by Maryna Brodina

Hello! Could you clarify have you added html code in panel with html type or added Label in panel with div/span type?


select value from panel

Posted: Thu Dec 26, 2013 6:39 pm
by Ketan Patil

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.


select value from panel

Posted: Thu Dec 26, 2013 6:40 pm
by Ketan Patil

by div tag


select value from panel

Posted: Thu Dec 26, 2013 6:52 pm
by Maryna Brodina

If you added Label element in panel with div type you can access the Label like preAppery("labelName").text();/pre