diff frontends/src/constants.py @ 796:46aa5ada61bf

core, frontends: XMLUI refactoring: - now there is a base XMLUI class. Frontends inherits from this class, and add their specific widgets/containers/behaviour - wix: param.py has been removed, as the same behaviour has been reimplemented through XMLUI - removed "misc" argument in XMLUI.__init__ - severals things are broken (gateway, directory search), following patches will fix them - core: elements names in xml_tools.dataForm2XMLUI now use a construction with category_name/param_name to avoid name conflicts (could happen with 2 parameters of the same name in differents categories).
author Goffi <goffi@goffi.org>
date Tue, 04 Feb 2014 18:02:35 +0100
parents 5642939d254e
children 1fe00f0c9a91
line wrap: on
line diff
--- a/frontends/src/constants.py	Fri Jan 10 18:20:30 2014 +0100
+++ b/frontends/src/constants.py	Tue Feb 04 18:02:35 2014 +0100
@@ -60,3 +60,7 @@
     SYNTAX_CURRENT = "@CURRENT@"
 
     NO_SECURITY_LIMIT = -1
+
+    #XMLUI
+    SAT_FORM_PREFIX = "SAT_FORM_"
+    SAT_PARAM_SEPARATOR = "_XMLUI_PARAM_" # used to have unique elements names