码迷,mamicode.com
首页 > 其他好文 > 详细

[MODx] Build a CMP (Custom manager page) using MIGX in MODX 2.3 -- 2

时间:2015-03-05 22:20:43      阅读:336      评论:0      收藏:0      [点我收藏+]

标签:

We are not finishing yet...

 

1. Under MIGX Management, we need to add some "Actionbuttons"

技术分享

 

2. Also some "contextmenus":

技术分享

 

3. Add some ‘columns‘ to the forms, the fields of the columns should match the fields in database (or xml schema):

For exmaple, when we add ‘description‘ field:

技术分享

We can also set the "Input tv type":

技术分享

 

Another example for checkbox: if you have a field called ‘publish‘, you set the ‘input tv type‘ as ‘checkbox‘.

技术分享

技术分享

Also in the ‘Renderer‘ tab, set Renderer as ‘this.renderCrossTick

技术分享

技术分享

 

One Important thing to remember you need to add a ‘id‘ also:

技术分享

 

So now, what it looks like:

技术分享

You can drag & drop ‘id‘ field to the top, as you wish :)

 

4. In ‘Formtabs‘, click "Add Item":

技术分享

 

5. Add a Caption, then click "Add item":

技术分享

6. Add fields as you did in step 3.

If you have some like ‘publish‘ field which is boolean.

You can set the default value also:

技术分享

 

7. Click ‘DONE‘ button save the imformation. Refrsh the page, click the ‘serialnumber‘ button on the topnav. You should be able to see a ‘Add a serial‘ button.

技术分享

8. Then you can add information you need.

技术分享

[MODx] Build a CMP (Custom manager page) using MIGX in MODX 2.3 -- 2

标签:

原文地址:http://www.cnblogs.com/Answer1215/p/4316714.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!