This section of the Widget IDE lets you design the screen that users will see then they hit "edit" on the widget in their protopage. When a user loads this widget, these widget attributes will be substituted into the HTML / Javascript where template syntax has been used. For example, if you have <div>$username</div> in your HTML, and the widget has an attribute called "username" that is set to "Max", then at runtime, the HTML will be displayed as <div>Max</div>. If you have the "Use source URL" checkbox ticked in the "Widget Details" tab, then these widget parameters will be instead sent as GET / POST parameters when the source URL is invoked.
|