Documentation

getValue

returns id of curren visible view

id getValue();

Returns

idid of current visible view

Example

var id = $$("mview").getValue();

Back to top