|
When viewing a mashup, you can add &__trace to the URL and see a detailed log of everything that is going on when loading the mashup. This can be a great tool for troubleshooting.
|
Property Name
|
Description
|
Base Type
|
Default Value
|
Bindable? (Y/N)
|
Localizable? (Y/N)
|
||
---|---|---|---|---|---|---|---|
Master
|
Optional master mashup.
|
n/a
|
N
|
N
|
|||
Style
|
Style of the mashup.
|
DefaultMashupStyle
|
N
|
N
|
|||
StyleTheme
|
Displays the style theme applied to the mashup. You can replace the default PTC Convergence Theme with your own custom style themes.
|
STRING
|
PTC Convergence Theme
|
Y
|
N
|
||
UseMasterTheme
|
Applies the style theme of the master mashup to embedded mashups.
|
BOOLEAN
|
False
|
N
|
N
|
||
TitleBar
|
Displays or hides the title bar at the top of the gadget.
|
BOOLEAN
|
False
|
N
|
N
|
||
BGImageRepeat
|
The option for repeating the mashup’s image within the style definition. The options are: No Repeat, Repeat, Repeat Horizontally, Repeat Vertically.
|
STRING
|
No Repeat
|
N
|
N
|
||
BGImageSize
|
The image size options are: Auto, Contain, Cover.
|
STRING
|
Auto
|
N
|
N
|
||
ShowDataLoading
|
Displays a spinning icon when data is loading.
|
BOOLEAN
|
True
|
N
|
N
|
||
Loaded
|
This events fires when the mashup is loaded and can be used to trigger any number of services and/or events.
|
n/a
|
n/a
|
Y
|
N
|
||
RefreshRequested
|
This event is triggered when the mashup is being refreshed and can be used to trigger any number of services and/or events.
|
n/a
|
n/a
|
Y
|
N
|
||
CloseIfPopup
|
Event. Triggers the mashup to close if it is being displayed within a pop-up.
|
n/a
|
n/a
|
Y
|
N
|
||
Refresh
|
Event. This event should be used externally so that you only have one auto-refresh on a page. It does not refresh the browser, instead it triggers RefreshRequested which you then bind to the services you would like to trigger.
|
n/a
|
n/a
|
Y
|
N
|
||
ResetInputsToDefaultValue
|
Event. Resets all the contained widgets to their default values.
|
n/a
|
Y
|
N
|
|||
LegacyFocus
|
Keeps the legacy focus that displays a focus box around widgets when they are clicked at run time. When set to False, the focus box is only displayed when using the keyboard or when FocusOnLoad is set for a widget.
|
Boolean
|
True - for new mashups
False - for existing mashups
|
N/A
|
N
|