9hg / micolog

Automatically exported from code.google.com/p/micolog
MIT License
0 stars 0 forks source link

how to use "menu_order" #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
in the model.py of micolog ver.0.7

there are
    entry_parent=db.IntegerProperty(default=0)#When level=0 show on main menu.
    menu_order=db.IntegerProperty(default=0)

how to use "menu_order".
if you have time, please also teach me "entry_parent".

THank you.

Original issue reported on code.google.com by meiru...@gmail.com on 26 Apr 2010 at 9:21

GoogleCodeExporter commented 8 years ago
Do you really have no ablity to speak Chinese ?

Original comment by hongwei....@gmail.com on 26 Apr 2010 at 2:40

GoogleCodeExporter commented 8 years ago
我稍微会说中文.
中文和此次的问题有关系吗?

Original comment by meiru...@gmail.com on 26 Apr 2010 at 9:45

GoogleCodeExporter commented 8 years ago
menu_order used to order the main menu
entry_parent used to set the entry's parent, only entry_parent equal zero is 
show on
main menu bar.
You can use it to build mutimenu.

Original comment by coolch...@gmail.com on 1 May 2010 at 7:43