Changeset 28148
- Timestamp:
- 01/08/09 04:28:16 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/resizeble_textarea.js
r28145 r28148 9 9 <VimperatorPlugin> 10 10 <name>{NAME}</name> 11 <description> resizeble textarea</description>11 <description>Allows you to resize textareas.</description> 12 12 <description lang="ja">テキストエリアをリサイズ可能にする。</description> 13 13 <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> … … 41 41 }; 42 42 }, 43 resiz eble: function(args) {43 resizable: function(args) { 44 44 this.changeCursor(false); 45 45 this.doc.addEventListener("mousedown", this.handler.initResize, false); … … 94 94 return function(event) { 95 95 return func.apply(obj, [ event ].concat(args)); 96 } 96 }; 97 97 } 98 98 }; 99 99 100 100 commands.addUserCommand( 101 [ "textareaResize", "tr" ], "resiz eble textarea.",101 [ "textareaResize", "tr" ], "resizable textarea.", 102 102 function() { 103 103 var instance = new TextResizer(window.content.document); 104 instance.resiz eble.apply(instance, arguments);104 instance.resizable.apply(instance, arguments); 105 105 }, 106 106 null,
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)