EGadget Plugin is ued to integrate any Google Gadget into your Eclipse environment.
| File | Size | Release Date |
|---|---|---|
| EGadget Plugin 1.0.0 M1 | 6,922 bytes | 2007-04-13 |
You can modify the gadget size by directly updating width and height defined in the 'gadgetInfo url' section of plugin.xml Or you can go to Google Gadgets to get a customized url, the paste the url here.
Please notice, when pasting the url got from Google, you need to remove the 'javascript' tag
A:First, define a new View with a name and id you want. Keep the class name as "com.eobjectsoft.egadget.views.GadgetView" and view category as "com.eobjectsoft.egadget"
Then, define a gadgetViewConfig extension. Within that extension, the view id should be the new view id you just defined. The "gadgetInfo url" should be the url you got from Google Gadgets, but without 'javascript' tag.
Please reference the Google Calender Gadget as an example in the plugin.xml
A:The only way to define default location is using Prespective. Please reference to Eclipse
document on how to setup Prespective. Each Google Gadget from EGadget plugin has a ViewID
defined in the plugin.xml. You can use that view ID during setup initial location & size of that view.