Comments by darudude on scripts

4 comments

Comment on:
Gmail Addons

Jan 13, 2008

i like the ability to create new addons. quick question is the value in the url value used in href=url? or is it run on an onclick event?? Cause I wanted to create an addon to run some javascript and I was wondering if I can add that javascript in the url column

Comment on:
Gmail Addons

Jan 13, 2008

I love it.

The floating gbar on the top is great!

A cool addition would be to fix the position of the calendar and chat links. Then you don't have to scroll all the way to the top to close the calendar. This is especially handy if you are reading extremely long threads of emails.

I dabbled into the code a little bit and added the following lines to the area which inserts the links:

EGCalState.style.position='fixed';
EGCalState.style.zIndex='1';

this should allow for the text to scroll with the screen

@reddeye - if you mean you want the frames to open up to the bottom instead of to the right I don't think this is possible...

http://www.w3schools.com/htmldom/prop_style_css...

the code uses cssfloat to determine where the iFrames open up. Currently cssfloat only works for left and right not top and bottom.