issue 2522 url, shortcut type menu develop

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11475 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-09-24 08:46:20 +00:00
parent 5687b142a4
commit 7c99d4d283
2 changed files with 24 additions and 15 deletions

View file

@ -8,6 +8,7 @@
<column name="menu_srl" var="menu_srl" filter="number" notnull="notnull" />
<column name="name" var="name" notnull="notnull" />
<column name="url" var="url" />
<column name="is_shortcut" var="is_shortcut" notnull="notnull" default="N" />
<column name="open_window" var="open_window" />
<column name="expand" var="expand" />
<column name="normal_btn" var="normal_btn" />