I'd like to add some javascript to the iUI.js that executes every time a page
is rendered. Specifically,
I'd like to set the title and link of a button I've put on the right side of
the toolbar. Can you tell me
the best place to put it?
Here's the code:
var obj = document.getElementById('topRightButton');
obj.href = 'http://my_link';
obj.innerHTML = 'New Button Title';
Original issue reported on code.google.com by daniel.h...@gmail.com on 20 Aug 2009 at 9:09
Original issue reported on code.google.com by
daniel.h...@gmail.com
on 20 Aug 2009 at 9:09