📄 b30-1799602.zul
字号:
<window>
If the popup of combox out of position, that is wrong.
<tabbox width="100%">
<tabs>
<tab label="Geral" />
</tabs>
<tabpanels>
<tabpanel height="240px">
<grid>
<rows>
<row>
<combobox width="150px" readonly="true">
<comboitem label="Pessoa Física" />
<comboitem label="Pessoa Jurídica" />
</combobox>
</row>
</rows>
</grid>
</tabpanel>
</tabpanels>
</tabbox>
</window>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -