RadMenuItemState.js 318 B

12345678910111213141516171819202122
  1. function RadMenuItemState()
  2. {
  3. }
  4. RadMenuItemState =
  5. {
  6. Closed : 0,
  7. Open : 1,
  8. AboutToClose : 2,
  9. AboutToOpen : 3
  10. }
  11. //BEGIN_ATLAS_NOTIFY
  12. if (typeof(Sys) != "undefined")
  13. {
  14. if (Sys.Application != null && Sys.Application.notifyScriptLoaded != null)
  15. {
  16. Sys.Application.notifyScriptLoaded();
  17. }
  18. }
  19. //END_ATLAS_NOTIFY