Writing /volume1/Web/Public/dokuwiki/data/log/deprecated/2024-11-14.log failed

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
study:javascript:dojo:monitor [2008/12/16 04:48] bananastudy:javascript:dojo:monitor [2010/03/02 12:18] (現在) banana
行 1: 行 1:
-====== Monitor idle state with user events ======+====== Monitor idle state with custom events ======
 최근 ajax 관련 project를 하면서, 유저가 동작을 멈췄는지 계속 조작하고 있는지 모니터링할 필요성이 최근 ajax 관련 project를 하면서, 유저가 동작을 멈췄는지 계속 조작하고 있는지 모니터링할 필요성이
-제기되었다. 이런저런 궁리를 해도 생각되로 되지 않던 차에 Google 검색에서 그럴 듯한 것이  +제기되었다. 이런저런 궁리를 해도 생각되로 되지 않던 차에 Google 검색에서 그럴 듯한 것을 발견하였다.
-있었다. +
 **Kaushal Sheth**씨의 [[http://thinkweb2.com/projects/prototype/detect-idle-state-with-custom-events/|2007/10/17]]일자로 투고된 기사에 유용한 소스가 있었다. 하지만 문제는 project에서 **Kaushal Sheth**씨의 [[http://thinkweb2.com/projects/prototype/detect-idle-state-with-custom-events/|2007/10/17]]일자로 투고된 기사에 유용한 소스가 있었다. 하지만 문제는 project에서
 사용하고 있던 **dojo toolkit**이 아니라 **prototype** 프레임워크로 작성되어 있었다.  사용하고 있던 **dojo toolkit**이 아니라 **prototype** 프레임워크로 작성되어 있었다. 
行 77: 行 76:
 }); });
 </code> </code>
 +
 +
  
  
行 121: 行 122:
 <code javascript> <code javascript>
  dojo.subscribe("alerts", null, function(caption, message){ alert(caption + "\n" + message); };  dojo.subscribe("alerts", null, function(caption, message){ alert(caption + "\n" + message); };
- dojo.publish("alerts", [ "read this", "hello world" ]);+ dojo.publish("alerts", [ "read this", "hello world" ]); 
 // //
 </code> </code>
行 131: 行 132:
  
 ===== reference ===== ===== reference =====
-  - [[http://thinkweb2.com/projects/prototype/detect-idle-state-with-custom-events/]] : Detect idle state with custom events +  - [[http://thinkweb2.com/projects/prototype/detect-idle-state-with-custom-events/|Detect idle state with custom events]]  
-  - [[http://iolothebard.tistory.com/309]] : Create javascript class+  - [[http://iolothebard.tistory.com/309|Create javascript class]]
  
 ~~DISCUSSION~~ ~~DISCUSSION~~

QR Code
QR Code study:javascript:dojo:monitor (generated for current page)