Page Selector Id ?

Permalink
Hello all, i work with page selector today,

I have lots of link 'page selector' :

Loader::helper('form/page_selector')->selectPage('targetCID', $targetCID)


And if you add an other parameter, you can call javascript function :

Loader::helper('form/page_selector')->selectPage('targetCID', $targetCID,'my_function')


in my function :

function my_function(cID, cName) {
     //i want differentiate all my page_selector with an page_selector_id
}


How i can add an id such as 'selector_1'... for use in my function ?

Thanks you all :)

Emixam25
 

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.