Home | Trees | Indices | Help |
|
---|
|
object --+ | Panel.PanelBase --+ | object --+ | | | Applier --+ | | | UIObject.UIObject --+ | | | Widget.Widget --+ | Panel.Panel --+ | FlashPanel
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
object_id id of the object-tag. |
|||
object_class The class-name of the object-tag. |
|||
object_width The width-parameter of the object-tag. |
|||
object_height The height-parameter of the object-tag. |
|||
flash_url The Flash-Movie url. |
|||
wmode The flashmovie wmode parameter. |
|||
quality The flashmovie quality parameter. |
|||
menu The flashmovie wmode parameter. |
|||
allowScriptAccess The flashmovie allowscriptaccess parameter. |
|||
allowFullscreen The flashmovie allowfullscreen parameter. |
|||
bgColor The flashmovie bgcolor parameter. |
|
|||
Inherited from |
|
use this to apply properties as a dictionary, e.g.: x = klass(..., StyleName='class-name') will do: x = klass(...) x.setStyleName('class-name') and: x = klass(..., Size=("100%", "20px"), Visible=False) will do: x = klass(...) x.setSize("100%", "20px") x.setVisible(False)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
object_idid of the object-tag. Default: FlashObject |
object_classThe class-name of the object-tag. Default: None |
object_widthThe width-parameter of the object-tag. Default: None |
object_heightThe height-parameter of the object-tag. Default: None |
flash_urlThe Flash-Movie url. Default: None |
wmodeThe flashmovie wmode parameter. Default: None |
qualityThe flashmovie quality parameter. Default: high |
menuThe flashmovie wmode parameter. Default: None |
allowScriptAccessThe flashmovie allowscriptaccess parameter. Default: always |
allowFullscreenThe flashmovie allowfullscreen parameter. Default: False |
bgColorThe flashmovie bgcolor parameter. Default: #FFFFFF (white) |
Home | Trees | Indices | Help |
|
---|
http://epydoc.sourceforge.net |