oulan / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

Question about adding code to iUI.js #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue is covered already by #133 

Cheers
Max

Original comment by melcher....@gmail.com on 20 Aug 2009 at 10:14