PageRenderTime 442ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Documentation/designtime/netdt.js

#
JavaScript | 14 lines | 10 code | 2 blank | 2 comment | 0 complexity | 6cdf38a0336df0625d91d3ec5b3bd94f MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. function dxDTLoad(){
  2. // set the scroll position
  3. try { scrollPos = load("dtscrollpos"); resizeBan(); HSShowAllCSections(); }
  4. catch(e){}
  5. }
  6. function dxDTSave(){
  7. // save the scroll position
  8. save("dtscrollpos",documentElement("pagebody").scrollTop);
  9. saveSettings();
  10. try { ic_saveCommunityFeatureStates(); } catch (ex) { }
  11. }
  12. var isDesignTime = true;