跳至內容
選單
此問題已被標幟
2 回覆
4415 瀏覽次數

How to make a new page that can let user create, edit, delete record

i made a tree view and form but there is no create button on my page, how can I put it on my page?

頭像
捨棄

page means website page...

最佳答案

Hello,

Please check in xml.

<form string="My Form"  create="false" edit="false">

If you given create and edit parameter as false please remove it and check.

Thanks

 

頭像
捨棄
最佳答案

To make a page,

1.You make a xml file for the view

2.A .py file for tables & columns

3.Link it through menus(in xml)

Hope it helps...

頭像
捨棄