Editing Widgets
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 38: | Line 38: | ||
====explore_category_network.rco==== | ====explore_category_network.rco==== | ||
There is a widget entry missing in the [[RCOXML Objects|rcoxml]] ? (most probably a MList to create a side-menu). And the squared icon in [http://www.psdevwiki.com/ps3/File:Widgets_(information_board_-_use).jpg this screenshot] ?. And the text strings translated to all system [[Languages]] "Use" and "Do Not Display" in [http://www.psdevwiki.com/ps3/File:Widgets_(information_board_-_use).jpg this screenshot] ? | There is a widget entry missing in the [[RCOXML Objects|rcoxml]] ? (most probably a MList to create a side-menu). And the squared icon in [http://www.psdevwiki.com/ps3/File:Widgets_(information_board_-_use).jpg this screenshot] ?. And the text strings translated to all system [[Languages]] "Use" and "Do Not Display" in [http://www.psdevwiki.com/ps3/File:Widgets_(information_board_-_use).jpg this screenshot] ? | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="iso-8859-1"?> | <?xml version="1.0" encoding="iso-8859-1"?> | ||
<RcoFile UMDFlag="0" rcomageXmlVer="1.1" type="ps3" minFirmwareVer="unknownId0x107"> | <RcoFile UMDFlag="0" rcomageXmlVer="1.1" type="ps3" minFirmwareVer="unknownId0x107"> | ||
Line 131: | Line 131: | ||
====category_network.xml==== | ====category_network.xml==== | ||
Widget icons loaded by [[XMBML Files|XMBML]] in Network column, widgets related segments was removed in firmware 3.00 by removing his <View id> and his attr | Widget icons loaded by [[XMBML Files|XMBML]] in Network column, widgets related segments was removed in firmware 3.00 by removing his <View id> and his attr | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
Line 286: | Line 286: | ||
====category_widget.xml==== | ====category_widget.xml==== | ||
Widgets [[XMBML Files|XMBML]] configuration file, this file exists in all firmwares with some segments disabled | Widgets [[XMBML Files|XMBML]] configuration file, this file exists in all firmwares with some segments disabled | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
Line 365: | Line 365: | ||
====extensions.xml==== | ====extensions.xml==== | ||
Contains: extensions.entry.module=Widget and extensions.entry.plugin=xai_plugin | Contains: extensions.entry.module=Widget and extensions.entry.plugin=xai_plugin | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<?xml version="1.0"?> | <?xml version="1.0"?> | ||
<extensions> | <extensions> | ||
Line 381: | Line 381: | ||
====widgets.xml==== | ====widgets.xml==== | ||
Contains: xai.widget.url=/dev_hdd0/widget/npdrm/informationboard | Contains: xai.widget.url=/dev_hdd0/widget/npdrm/informationboard | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<?xml version="1.0"?> | <?xml version="1.0"?> | ||
<xai> | <xai> | ||
Line 402: | Line 402: | ||
*Example: CEHtmlBrowserAppXaiWidget.xmi [[1.02 CEX|1.02]]~[[2.17 CEX|2.17]] | *Example: CEHtmlBrowserAppXaiWidget.xmi [[1.02 CEX|1.02]]~[[2.17 CEX|2.17]] | ||
{{Boxcode|width=100%|height=500px| | {{Boxcode|width=100%|height=500px|content=<syntaxhighlight lang="xml"> | ||
<MicroBrowser> | <MicroBrowser> | ||
Line 511: | Line 511: | ||
Example: fontinfo-Xai.xml [[1.02 CEX|1.02]] | Example: fontinfo-Xai.xml [[1.02 CEX|1.02]] | ||
{{Boxcode|width=100%|height=500px|float=left| | {{Boxcode|width=100%|height=500px|float=left|content=<syntaxhighlight lang="xml"> | ||
<MicroBrowser> | <MicroBrowser> | ||
<key>FileFormatVersion</key> | <key>FileFormatVersion</key> | ||
Line 681: | Line 681: | ||
Example: fontinfo-Xai.xml [[1.10 CEX|1.10]]~[[2.60 CEX|2.60]] (added new language '''zh''' with .ttf font '''DFHEIW5-A''') | Example: fontinfo-Xai.xml [[1.10 CEX|1.10]]~[[2.60 CEX|2.60]] (added new language '''zh''' with .ttf font '''DFHEIW5-A''') | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<MicroBrowser> | <MicroBrowser> | ||
<key>FontInfoLanguageList</key> | <key>FontInfoLanguageList</key> | ||
Line 700: | Line 700: | ||
Example: fontinfo-Xai.xml [[2.70 CEX|2.70]]~[[4.88 CEX|4.88]] (added new .ttf font '''SCE-PS3 Rodin LATIN2''' for english and japanese defaults) | Example: fontinfo-Xai.xml [[2.70 CEX|2.70]]~[[4.88 CEX|4.88]] (added new .ttf font '''SCE-PS3 Rodin LATIN2''' for english and japanese defaults) | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<MicroBrowser> | <MicroBrowser> | ||
<key>DefaultGenericFontInfoList</key> | <key>DefaultGenericFontInfoList</key> | ||
Line 749: | Line 749: | ||
Example: config.xml [[2.00 CEX|2.00]]~[[2.17 CEX|2.17]] | Example: config.xml [[2.00 CEX|2.00]]~[[2.17 CEX|2.17]] | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
<widget> | <widget> | ||
Line 768: | Line 768: | ||
Example: config.xml [[2.20 CEX|2.20]]~[[2.36 CEX|2.36]] (the example below only shows the changes) | Example: config.xml [[2.20 CEX|2.20]]~[[2.36 CEX|2.36]] (the example below only shows the changes) | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<version>1.0.18</version> | <version>1.0.18</version> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
Example: config.xml [[2.40 CEX|2.40]]~[[3.30 CEX|3.30]] (the example below only shows the changes) | Example: config.xml [[2.40 CEX|2.40]]~[[3.30 CEX|3.30]] (the example below only shows the changes) | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<initialy>70</initialy> | <initialy>70</initialy> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
Line 803: | Line 803: | ||
|} | |} | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
<items> | <items> | ||
Line 831: | Line 831: | ||
|} | |} | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
<items> | <items> | ||
Line 912: | Line 912: | ||
*Example: informationboard_english.xml [[2.00 CEX|2.00]]~[[2.01 CEX|2.01]] and infob_english.xml [[2.10 CEX|2.10]]~[[2.17 CEX|2.17]] (is the same file, renamed) | *Example: informationboard_english.xml [[2.00 CEX|2.00]]~[[2.01 CEX|2.01]] and infob_english.xml [[2.10 CEX|2.10]]~[[2.17 CEX|2.17]] (is the same file, renamed) | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE locale SYSTEM "locale.dtd"> | <!DOCTYPE locale SYSTEM "locale.dtd"> | ||
Line 922: | Line 922: | ||
*Example: infob_english.xml [[2.20 CEX|2.20]]~[[2.43 CEX|2.43]] (one line was added in first position for '''msg_error_server''') | *Example: infob_english.xml [[2.20 CEX|2.20]]~[[2.43 CEX|2.43]] (one line was added in first position for '''msg_error_server''') | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE locale SYSTEM "locale.dtd"> | <!DOCTYPE locale SYSTEM "locale.dtd"> | ||
Line 933: | Line 933: | ||
*Example: infob_english.xml [[2.50 CEX|2.50]]~[[3.30 CEX|3.30]] (The two names '''PLAYSTATION''' previouslly in uppercase was replaced by '''PlayStation''') | *Example: infob_english.xml [[2.50 CEX|2.50]]~[[3.30 CEX|3.30]] (The two names '''PLAYSTATION''' previouslly in uppercase was replaced by '''PlayStation''') | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE locale SYSTEM "locale.dtd"> | <!DOCTYPE locale SYSTEM "locale.dtd"> |