tag.config
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:1k
源码类别:

OA系统

开发平台:

C#

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <!--
  4. <add pattern="MEDIA" tab="MEDIA" text="[[MEDIA]]" control="Tag_Media.ascx"/>
  5. <add pattern="FLASH" tab="FLASH" text="[[FLASH]]" control="Tag_Flash.ascx"/>
  6. <add pattern="OBJECT|FLASH|MEDIA" tab="OBJECT" text="[[OLEOBJECT]]" control="Tag_Object.ascx"/>
  7. -->
  8. <add pattern="FORM" tab="FORM" text="[[InsertForm]]" control="Tag_Form.ascx" />
  9. <add pattern="SELECT" tab="SELECT" text="[[ListBox]]" control="Tag_Select.ascx" />
  10. <add pattern="TextArea" tab="TextBox" text="[[TextBox]]" control="Tag_TextArea.ascx" />
  11. <add pattern="INPUT" tab="INPUT" text="[[INPUT]]" control="Tag_Input.ascx" />
  12. <add pattern="A" tab="A" text="[[LINK]]" control="Tag_A.ascx" />
  13. <add pattern="HR" tab="HR" text="HR" control="Tag_HR.ascx" />
  14. <add pattern="TABLE,InsertTable" tab="InsertTable" text="[[Table Wizard]]" control="Tag_InsertTable.ascx" />
  15. <add pattern="TABLE,InsertTable" tab="TABLE" text="[[Table]]" control="Tag_Table.ascx" />
  16. <add pattern="IMG" tab="IMG" text="[[Image]]" control="Tag_Image.ascx" />
  17. <add pattern="TR" tab="TR" text="[[TR]]" control="Tag_TR.ascx" />
  18. <add pattern="DIV" tab="DIV" text="DIV" control="Tag_DIV.ascx" />
  19. <add pattern="TD" tab="TD" text="[[TD]]" control="Tag_TD.ascx" />
  20. <add pattern="*" tab="Common" text="[[Common]]" control="Tag_Common.ascx" />
  21. <add pattern="*" tab="Style" text="[[StyleBuilder]]" control="Tag_Style.ascx" />
  22. </configuration>