Hi ,
I want to some data dynamically in main.xml. Could you please tell me
how i can do that ??
I am trying like this
main.xml
<view height="150" width="250" onopen="view_onOpen()">
<img src="stock_images\background.png"/>
<div name="content"></div>
<a height="20" x="165" y="120" onclick="plugin.showOptionsDialog()"
>Add New Base
</a>
<script src="generateLabels.js" />
<script src="main.js" />
</view>
generateLables
function generateLabels()
{
debug.trace("into generateLable");
content.appendElement('<label height="16" name="XXXXX"
width="40"
x="18" y="64">XXXX </label>');
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---