
Note:
The binding type on either InputBindings or OutputBindings should match the type of the end point
(data[0].xValue) and not the property (data).
12.3 Localizing property sheets
To get the language setting from Dashboards, create a variable to hold the locale string:
var locale:String = proxy.getLocale();
locale variable can then hold one of these values:
• de (German)
• ko (Korean)
• es (Spanish)
• en (English)
• pt (Portugese)
• sv (Swedish)
• fr (French)
• zh_CN (Chinese - simplified)
• zh_TW (Chinese - traditional)
• ru (Russian)
• nl (Dutch)
• it (Italian)
• ja (Japanese)
The property sheet should load corresponding strings based on the locale variable. The default locale
should be in English. For an example of localizing the property sheet, see the CustomPropSheetHo
rizontalSlider sample add-on source code.
12.4 ActionScript and JavaScript documentation and Class Diagrams
Refer to the Dashboards Component SDK ActionScript/JavaScript documentation and the Dashboards
Component SDK Class Diagram for more information on the classes and methods of the Dashboards
Component SDK custom property sheet API.
Refer to Tutorial 4 for more information on how to create a custom property sheet using the custom
property sheet API.
Refer to the CustomPropSheetHorizontalSlider sample for an example custom property sheet.
2013-05-0646
Appendix B: Custom Property Sheet API Reference
Comentarios a estos manuales