Editing String Viewer
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 13: | Line 13: | ||
The icon launches [[strviewer_plugin]].sprx module | The icon launches [[strviewer_plugin]].sprx module | ||
There are 4 "xml object pages" inside [[strviewer_plugin]].rco that can be loaded | There are 4 "xml object pages" inside [[strviewer_plugin]].rco that can be loaded from the .sprx (the samples below are a reduced version with only its '''name''' and the action triggered when '''onInit'''): | ||
<Page name="page_strviewer_lang"... onInit="event:native:/OnInitStrViewerLang"... | <Page name="page_strviewer_lang"... onInit="event:native:/OnInitStrViewerLang"... | ||
<Page name="page_strviewer_plugin"... onInit="event:native:/OnInitStrViewerPlugIn"... | <Page name="page_strviewer_plugin"... onInit="event:native:/OnInitStrViewerPlugIn"... | ||
Line 19: | Line 19: | ||
<Page name="page_strviewer"... onInit="event:native:/OnInitStrViewerDialog"... | <Page name="page_strviewer"... onInit="event:native:/OnInitStrViewerDialog"... | ||
String Viewer supports multilanguage. The page '''page_strviewer_lang''' contains a list of languages | String Viewer supports multilanguage. The page '''page_strviewer_lang''' contains a list of languages asociated with letter codes, see: [[Talk:Languages]] | ||
=Speculation= | =Speculation= |