form.py
来自「boa-constructor 基于wxPython and Python 的G」· Python 代码 · 共 18 行
PY
18 行
## Script (Python) "Form"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=
##title=Form
##
ctx = context.aq_parent.aq_parent.aq_parent
enctype = ctx.enctype or ''
return {'title': ctx.title,
'row_length': ctx.row_length,
'action': ctx.action,
'method': ctx.method,
'enctype': enctype,
'Groups': ctx.get_groups(),}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?