From 5507101e096c25be3e78ee6db8a780e8b07c4a15 Mon Sep 17 00:00:00 2001 From: Prajwalit Date: Sat, 9 Jul 2011 20:24:04 +0530 Subject: [PATCH] Changing name from autoexpander to auto-height. (makes more sense). --- README | 4 +-- index.html | 18 ++++++------ textareaAutoexpander-min.js | 1 - textareaAutoheight-min.js | 1 + ...eaAutoexpander.js => textareaAutoheight.js | 29 +++++++++---------- 5 files changed, 26 insertions(+), 27 deletions(-) delete mode 100644 textareaAutoexpander-min.js create mode 100644 textareaAutoheight-min.js rename textareaAutoexpander.js => textareaAutoheight.js (87%) diff --git a/README b/README index 5ca2637..dfed45c 100644 --- a/README +++ b/README @@ -1,3 +1,3 @@ -A YUI 3 Widget which adds auto-expanding functionality to textareas. +A YUI 3 Widget which adds 'auto-height' functionality to textareas. -Demo: http://prajwalit.com/Simple-textarea-auto-expander/ +Demo: http://prajwalit.com/textarea-autoheight/ diff --git a/index.html b/index.html index 0e485f7..17656bb 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - YUI 3: Simple Textarea Auto-Expander + YUI 3: Simple Textarea Autoheight