Fix handling of extra_query_params in Business::OnlinePayment wrapper.
[interchange.git] / code / UI_Tag / table_editor.coretag
1 # Copyright 2002-2007 Interchange Development Group and others
2
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.  See the LICENSE file for details.
7
8 # $Id: table_editor.coretag,v 1.18 2007-03-30 23:40:54 pajamian Exp $
9
10 UserTag table-editor Order          mv_data_table item_id
11 UserTag table-editor addAttr
12 UserTag table-editor AttrAlias      clone ui_clone_id
13 UserTag table-editor AttrAlias      table mv_data_table
14 UserTag table-editor AttrAlias      fields ui_data_fields
15 UserTag table-editor AttrAlias      mv_data_fields ui_data_fields
16 UserTag table-editor AttrAlias      key   item_id
17 UserTag table-editor AttrAlias      view  ui_meta_view
18 UserTag table-editor AttrAlias      profile ui_profile
19 UserTag table-editor AttrAlias      email_fields ui_display_only
20 UserTag table-editor hasEndTag
21 UserTag table-editor Version        $Revision: 1.18 $
22 UserTag table-editor MapRoutine     Vend::Table::Editor::editor
23 UserTag table-editor Documentation  <<EOD
24 Hint:   table_editor may not work for tables where the primary key
25         field is named 'id'.
26
27         You can change this behavior by just removing this line from ICDIR/etc/varnames:
28
29             mv_session_id            id
30 EOD