template.pl
来自「使用perl和C写的基于Web的管理数据库表的程序」· PL 代码 · 共 41 行
PL
41 行
# defined Plugins:## --- Things, to do, before WWWdb does any Action# PreDoAction()## --- Things to do, before the HTML-form will be generated# PreCreateForm()## --- Check-Routine for every field of the Table <Table># Check_<Table>_EveryField()## --- Check-Routine for field <Field> of the Table <Table># Check_<Table>_<Field>()## --- Check-Routine for the Table <Table> after all single-checks# Check_<Table>()## --- Conversion for fieldtype <FieldType> of db <Db> coming from form# <Db>_<FieldType>_Form2Db()## --- Conversion for fieldtype <FieldType> of db <Db> coming from db# <Db>_<FieldType>_Db2Form()## --- Do action for Button <Btn># (Pre|Post|My)Btn<Btn>()## --- Set up the navigation-column on the left side# (Pre|Post|My)FirstColumn()## --- Generate the header of the form# (Pre|Post|My)FormHeader()## --- Generate the header of the table# (Pre|Post|My)TableHeader($)## --- Generate the footer of the table# (Pre|Post|My)TableFooter()## --- Generate the footer of the page# (Pre|Post|My)FormFooter()
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?