summaryrefslogtreecommitdiffstats
path: root/schemas/OMNA Schema-based Namespace Registry_fichiers/RadMenuItemState.js
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/OMNA Schema-based Namespace Registry_fichiers/RadMenuItemState.js')
-rw-r--r--schemas/OMNA Schema-based Namespace Registry_fichiers/RadMenuItemState.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/schemas/OMNA Schema-based Namespace Registry_fichiers/RadMenuItemState.js b/schemas/OMNA Schema-based Namespace Registry_fichiers/RadMenuItemState.js
new file mode 100644
index 0000000..7346ef1
--- /dev/null
+++ b/schemas/OMNA Schema-based Namespace Registry_fichiers/RadMenuItemState.js
@@ -0,0 +1,22 @@
+function RadMenuItemState()
+{
+}
+
+RadMenuItemState =
+{
+ Closed : 0,
+ Open : 1,
+ AboutToClose : 2,
+ AboutToOpen : 3
+}
+
+
+//BEGIN_ATLAS_NOTIFY
+if (typeof(Sys) != "undefined")
+{
+ if (Sys.Application != null && Sys.Application.notifyScriptLoaded != null)
+ {
+ Sys.Application.notifyScriptLoaded();
+ }
+}
+//END_ATLAS_NOTIFY \ No newline at end of file
OpenPOWER on IntegriCloud