This is a migrated thread and some comments may be shown as answers.

How to get the href parameter value

1 Answer 53 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
Ganesh
Top achievements
Rank 1
Ganesh asked on 30 Nov 2015, 11:35 AM

Hi,

Working on Progress.JSDO with Mobile app. 

I am working on Tabstrip in Kendo with <a> tags as below.

 <div data-role="tabstrip">
    <a href="views/listView.html?status=Submitted">Submitted</a>   
    <a href="views/listView2.html?status=Registered">Registered</a>      
<a href="views/listView3.html?status=Approved">Approved</a>
    <a href="views/listView4.html?status=Declined">Declined</a>
    </div>  

I would like to retrieve the value of status, when I click the TAB in UI.

I have tried using "e.view.params.status", it returning as undefined.

Can someone help me to get the value.

 

 

 

1 Answer, 1 is accepted

Sort by
0
Ganesh
Top achievements
Rank 1
answered on 30 Nov 2015, 12:11 PM
It is invalid to post here. So I posted in corresponding TabStrip (Mobile) /
Tags
Data Source
Asked by
Ganesh
Top achievements
Rank 1
Answers by
Ganesh
Top achievements
Rank 1
Share this question
or