.. include:: headings.inc .. module:: lib.wxpTag .. currentmodule:: lib.wxpTag .. highlight:: python .. _lib.wxpTag: ========================================================================================================================================== |phoenix_title| **wxpTag** ========================================================================================================================================== wxPython.lib.wxpTag This module contains a wxHtmlTagHandler that knows how to build and place wxPython widgets onto wxHtmlWindow web pages. You don't need to use anything in this module directly, just importing it will create the tag handler and add it to any wxHtmlWinParsers created from that time forth. Tags of the following form are recognised:: Both the begining and ending WXP tags are required. In the future support will be added for another tag that can be embedded between the two begining and ending WXP tags and will facilitate calling methods of the widget to help initialize it. Additionally, support may be added to fetch the module from a web server as is done with java applets. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for module **wxpTag** .. raw:: html

Inheritance diagram of wxpTag

| |class_summary| Classes Summary =============================== ================================================================================ ================================================================================ :ref:`lib.wxpTag._Context` :ref:`lib.wxpTag.wxpTagHandler` ================================================================================ ================================================================================ | .. toctree:: :maxdepth: 1 :hidden: lib.wxpTag._Context lib.wxpTag.wxpTagHandler