17 messages in com.googlegroups.google-gadgets-apiRe: getModuleWidth is not defined?
FromSent OnAttachments
jasoose05 Jun 2006 15:13 
DarkenProject05 Jun 2006 17:33 
Google Employee06 Jun 2006 19:11 
jasoose07 Jun 2006 15:16 
Justin McConnell08 Jun 2006 10:20 
jasoose09 Jun 2006 11:08 
Justin McConnell09 Jun 2006 11:25 
jasoose09 Jun 2006 16:16 
Seige10 Jun 2006 04:08 
Seige10 Jun 2006 04:21 
jasoose12 Jun 2006 14:44 
Seige12 Jun 2006 15:06 
Justin McConnell12 Jun 2006 15:07 
Seige12 Jun 2006 15:11 
Justin McConnell13 Jun 2006 12:23 
Seige14 Jun 2006 04:32 
ale...@gmail.com15 Jun 2006 08:28 
Subject:Re: getModuleWidth is not defined?
From:Google Employee (labs@google.com)
Date:06/06/2006 07:11:40 PM
List:com.googlegroups.google-gadgets-api

Hi jasoose!

getModuleWidth() and getModuleHeight() are actually methods in _IG_Prefs. For example:

var prefs = new _IG_Prefs(__MODULE_ID__); var width = prefs.getModuleWidth(); var height = prefs.getModuleHeight();

I hope this helps and feel free to post back if you still have questions.

Ralph