Ketan Patil
Posts: 0
Joined: Tue Dec 03, 2013 1:10 pm

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

select value from panel

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

Ketan Patil
Posts: 0
Joined: Tue Dec 03, 2013 1:10 pm

select value from panel

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.

Ketan Patil
Posts: 0
Joined: Tue Dec 03, 2013 1:10 pm

select value from panel

by div tag

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

select value from panel

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

Return to “Issues”