mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 22:02:13 +09:00
module.xml에서 standalone="true" 제거
XE 최신 버전에서 standalone 속성은 더 이상 사용되지 않고 있습니다. 이 부분을 삭제하면 xml parsing 속도가 미미하게나마 향상될 것으로 기대됩니다.
This commit is contained in:
parent
b0ad8c2ae5
commit
a5f408e05f
25 changed files with 370 additions and 373 deletions
|
|
@ -3,27 +3,27 @@
|
|||
<grants />
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="dispWidgetInfo" type="view" standalone="true" />
|
||||
<action name="dispWidgetGenerateCode" type="view" standalone="true" />
|
||||
<action name="dispWidgetGenerateCodeInPage" type="view" standalone="true" />
|
||||
<action name="dispWidgetStyleGenerateCodeInPage" type="view" standalone="true" />
|
||||
<action name="dispWidgetInfo" type="view" />
|
||||
<action name="dispWidgetGenerateCode" type="view" />
|
||||
<action name="dispWidgetGenerateCodeInPage" type="view" />
|
||||
<action name="dispWidgetStyleGenerateCodeInPage" type="view" />
|
||||
|
||||
<action name="dispWidgetAdminDownloadedList" type="view" standalone="true" admin_index="true" menu_name="installedWidget" menu_index="true" />
|
||||
<action name="dispWidgetAdminAddContent" type="view" standalone="true" />
|
||||
<action name="dispWidgetAdminDownloadedList" type="view" admin_index="true" menu_name="installedWidget" menu_index="true" />
|
||||
<action name="dispWidgetAdminAddContent" type="view" />
|
||||
<action name="dispWidgetAdminGenerateCode" type="view" menu_name="installedWidget" />
|
||||
|
||||
<action name="procWidgetGenerateCode" type="controller" standalone="true" />
|
||||
<action name="procWidgetStyleExtraImageUpload" type="controller" standalone="true" />
|
||||
<action name="procWidgetStyleGenerateCodeInPage" type="controller" standalone="true" />
|
||||
<action name="procWidgetAddContent" type="controller" standalone="true" />
|
||||
<action name="procWidgetInsertDocument" type="controller" standalone="true" />
|
||||
<action name="procWidgetCopyDocument" type="controller" standalone="true" />
|
||||
<action name="procWidgetDeleteDocument" type="controller" standalone="true" />
|
||||
<action name="procWidgetGenerateCodeInPage" type="controller" standalone="true" ruleset="generateCodeInPage" />
|
||||
<action name="procWidgetGetColorsetList" type="controller" standalone="true" />
|
||||
<action name="procWidgetGenerateCode" type="controller" />
|
||||
<action name="procWidgetStyleExtraImageUpload" type="controller" />
|
||||
<action name="procWidgetStyleGenerateCodeInPage" type="controller" />
|
||||
<action name="procWidgetAddContent" type="controller" />
|
||||
<action name="procWidgetInsertDocument" type="controller" />
|
||||
<action name="procWidgetCopyDocument" type="controller" />
|
||||
<action name="procWidgetDeleteDocument" type="controller" />
|
||||
<action name="procWidgetGenerateCodeInPage" type="controller" ruleset="generateCodeInPage" />
|
||||
<action name="procWidgetGetColorsetList" type="controller" />
|
||||
|
||||
<action name="procWidgetStyleExtraImageUpload" type="controller" standalone="true" />
|
||||
<action name="procWidgetStyleGenerateCodeInPage" type="controller" standalone="true" />
|
||||
<action name="procWidgetStyleExtraImageUpload" type="controller" />
|
||||
<action name="procWidgetStyleGenerateCodeInPage" type="controller" />
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="installedWidget">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue