Log of /trunk/jquery_jeditable
Directory Listing
Revision
442 -
Directory Listing
Modified
Mon Nov 10 14:17:20 2008 UTC (21 months, 3 weeks ago) by
tuupola
Avoid warning.
Revision
437 -
Directory Listing
Modified
Tue Oct 7 14:53:18 2008 UTC (22 months, 4 weeks ago) by
tuupola
Prevent double submit when clicking submit if using like:
$('.editable').editable('http://example.com/save.php', {
onblur: 'submit',
submit: 'OK'
});
Thanks to Thomas Wanschik for bug report.
Revision
436 -
Directory Listing
Modified
Mon Sep 22 12:20:23 2008 UTC (23 months, 2 weeks ago) by
tuupola
Minimal patch to allow using jeditable even when content is
served as application/xhtml+xml.
Patch by Massimiliano Mirra <bard__at__hyperstruct.net>
Revision
430 -
Directory Listing
Modified
Thu Sep 18 07:56:44 2008 UTC (23 months, 2 weeks ago) by
tuupola
Use older css for demo files.
Revision
428 -
Directory Listing
Modified
Thu Sep 18 07:54:56 2008 UTC (23 months, 2 weeks ago) by
tuupola
Remove link from editable text because it was causing confusion.
Revision
427 -
Directory Listing
Modified
Thu Sep 18 07:54:27 2008 UTC (23 months, 2 weeks ago) by
tuupola
Add WYSIWYG.
Revision
410 -
Directory Listing
Modified
Wed Sep 3 16:29:10 2008 UTC (2 years ago) by
tuupola
Prepare for release.
Revision
409 -
Directory Listing
Modified
Wed Sep 3 16:24:30 2008 UTC (2 years ago) by
tuupola
Remove forgotten buttons and change title.
Revision
408 -
Directory Listing
Modified
Wed Sep 3 16:24:04 2008 UTC (2 years ago) by
tuupola
Add charcounter input to makefile.
Revision
407 -
Directory Listing
Modified
Mon Sep 1 15:49:59 2008 UTC (2 years ago) by
tuupola
IE returned some values differently. Adjust tests accordingly.
Revision
406 -
Directory Listing
Modified
Mon Sep 1 13:46:15 2008 UTC (2 years ago) by
tuupola
Remove FF2.0 kludge.
Revision
405 -
Directory Listing
Modified
Mon Sep 1 13:44:42 2008 UTC (2 years ago) by
tuupola
Add basic unit testing.
Revision
404 -
Directory Listing
Modified
Mon Sep 1 13:43:43 2008 UTC (2 years ago) by
tuupola
Add quick and dirty PUT method support. Fix the doublesubmit fugbix.
In header mark the parameters with basic unit test support with **.
Revision
402 -
Directory Listing
Modified
Fri Aug 29 19:53:36 2008 UTC (2 years ago) by
tuupola
Prevent double submit in case of defining button by hand using something
like following:
settings.submit : '<button type="submit">Save</button>'
Patch by Hannes Tyden <hannes_at_soundcloud.com>
Revision
401 -
Directory Listing
Modified
Mon Jul 21 15:01:00 2008 UTC (2 years, 1 month ago) by
tuupola
Bump up version number.
Revision
392 -
Directory Listing
Modified
Thu Jun 12 13:13:17 2008 UTC (2 years, 2 months ago) by
tuupola
Use jQuery 1.2.6 from Google Ajax APIs.
Revision
391 -
Directory Listing
Modified
Thu Jun 12 13:11:52 2008 UTC (2 years, 2 months ago) by
tuupola
Bump up version number.
Revision
372 -
Directory Listing
Modified
Thu May 22 19:25:32 2008 UTC (2 years, 3 months ago) by
tuupola
Default cancel button calls custom inputs reset method if it is
available. Otherwize call default reset method.
Revision
370 -
Directory Listing
Modified
Tue May 20 20:29:24 2008 UTC (2 years, 3 months ago) by
tuupola
Introduce reset method for custom inputs. Default is
reset : function(settings, original) {
original.reset();
}
Reset method receives same parameters as othe custom input methods. These
are:
this -> the form element
settings -> settings hash passed to Jeditable
original -> original dom element
Feature request by Sam Curren <sam__at__curren.ws> to help TinyMCE
custom input development.
Revision
368 -
Directory Listing
Modified
Sun May 18 20:00:46 2008 UTC (2 years, 3 months ago) by
tuupola
Use privileged reset() method in buttons. Remove old reset() code.
Revision
365 -
Directory Listing
Modified
Fri May 16 20:42:16 2008 UTC (2 years, 3 months ago) by
tuupola
Attach form to dom before calling plugin method to fix problem
with TinyMCE custom input. Requested by Sam Curren <sam__at__curren.ws>
Revision
364 -
Directory Listing
Modified
Tue May 13 16:17:33 2008 UTC (2 years, 3 months ago) by
tuupola
If inline element is appended a form element and later this form element
is removed, all subsequent calls to $(elem).width() and $(elem).height()
return 0.
http://dev.jquery.com/ticket/2190
Previous workaround using visibility trick returned too wide inputs when
using "auto" width and height. This workaround saves first known good
width and height and uses them if bug #2190 is noticed.
Not a perfect fix, but inlined block elements are invalind html anyway.
Revision
363 -
Directory Listing
Modified
Tue May 13 15:31:35 2008 UTC (2 years, 3 months ago) by
tuupola
Make reset() function privileged so it can be accessed outside of scope.
Revision
362 -
Directory Listing
Modified
Fri May 9 15:35:39 2008 UTC (2 years, 3 months ago) by
tuupola
Remove unneeded files.
Revision
361 -
Directory Listing
Modified
Fri May 9 15:34:46 2008 UTC (2 years, 3 months ago) by
tuupola
EXPERIMENTAL: If custom inputs call before submit hook returns false
submitting will be aborted. Might be usefull for validating and stuff.
Revision
345 -
Directory Listing
Modified
Mon Mar 24 16:12:57 2008 UTC (2 years, 5 months ago) by
tuupola
Forgot Jason's name.
Revision
344 -
Directory Listing
Modified
Mon Mar 24 16:02:11 2008 UTC (2 years, 5 months ago) by
tuupola
svn propset svn:keywords Id *.js
Prepare for release.
Revision
343 -
Directory Listing
Modified
Mon Mar 24 15:47:01 2008 UTC (2 years, 5 months ago) by
tuupola
Move demos around.
Revision
342 -
Directory Listing
Modified
Mon Mar 24 15:44:16 2008 UTC (2 years, 5 months ago) by
tuupola
Fix ajaxupload for now.
Revision
341 -
Directory Listing
Modified
Mon Mar 24 15:14:18 2008 UTC (2 years, 5 months ago) by
tuupola
Add missing libraries.
Revision
340 -
Directory Listing
Modified
Mon Mar 24 15:13:05 2008 UTC (2 years, 5 months ago) by
tuupola
Updated demos pages.
Revision
339 -
Directory Listing
Modified
Sun Mar 23 17:51:15 2008 UTC (2 years, 5 months ago) by
tuupola
Add links to 3rd party plugin authors.
Revision
338 -
Directory Listing
Modified
Sun Mar 23 17:38:48 2008 UTC (2 years, 5 months ago) by
tuupola
Move inputs into separate files.
Revision
337 -
Directory Listing
Modified
Sun Mar 23 17:22:20 2008 UTC (2 years, 5 months ago) by
tuupola
Coding style issues.
Revision
336 -
Directory Listing
Modified
Sun Mar 23 17:05:26 2008 UTC (2 years, 5 months ago) by
tuupola
Submit button now defaults to <button type="submit"> instad
of <input type="submit">.
Cancel button now defaults to <button type="cancel"> instead
of <input type="button">.
The two changes enable you to better style buttons with something
like:
.editable button[type=submit] {
...
}
.editable button[type=cancel] {
...
}
Revision
335 -
Directory Listing
Modified
Sun Mar 23 17:01:59 2008 UTC (2 years, 5 months ago) by
tuupola
Default cancel button was not using placeholder text.
Patch by Stephen Packer <steve_at_speedpixel.com>
Changing some "double quotes" to 'single quotes'.
Revision
323 -
Directory Listing
Modified
Thu Feb 28 09:34:29 2008 UTC (2 years, 6 months ago) by
tuupola
Copy time input to download folder.
Revision
322 -
Directory Listing
Modified
Sat Feb 16 19:11:38 2008 UTC (2 years, 6 months ago) by
tuupola
svn propset svn:keywords Id jquery.jeditable.time.js
Revision
321 -
Directory Listing
Modified
Sat Feb 16 18:57:44 2008 UTC (2 years, 6 months ago) by
tuupola
Move timepicker to separate file.
Revision
320 -
Directory Listing
Modified
Sat Feb 16 18:45:49 2008 UTC (2 years, 6 months ago) by
tuupola
Add link to project home.
Revision
318 -
Directory Listing
Modified
Sat Feb 2 20:44:21 2008 UTC (2 years, 7 months ago) by
tuupola
Prepare for release.
Revision
317 -
Directory Listing
Modified
Sat Feb 2 20:40:18 2008 UTC (2 years, 7 months ago) by
tuupola
Revision 300 ( http://tinyurl.com/yuz2db ) broke settings.select. Fix
provided by Tommy Maintz <tommy.maintz_at_gmail.com.
Revision
300 -
Directory Listing
Modified
Fri Jan 25 15:12:36 2008 UTC (2 years, 7 months ago) by
tuupola
Fix annoying bug of Safari dropping inlined elements to next row.
Bump up version numbers.
Revision
299 -
Directory Listing
Modified
Thu Jan 24 09:35:06 2008 UTC (2 years, 7 months ago) by
tuupola
Use jQuery 1.2.2.
Revision
298 -
Directory Listing
Modified
Wed Jan 23 09:09:58 2008 UTC (2 years, 7 months ago) by
tuupola
Prepare for release.
Revision
296 -
Directory Listing
Modified
Tue Jan 22 16:25:00 2008 UTC (2 years, 7 months ago) by
tuupola
Tabs to spaces.
Revision
290 -
Directory Listing
Modified
Fri Jan 18 13:49:02 2008 UTC (2 years, 7 months ago) by
tuupola
Remove unneseccary JavaScript.
Revision
288 -
Directory Listing
Modified
Wed Jan 2 09:15:58 2008 UTC (2 years, 8 months ago) by
tuupola
Prepare for release.
Revision
287 -
Directory Listing
Modified
Wed Nov 28 14:14:52 2007 UTC (2 years, 9 months ago) by
tuupola
Remove vendor.
Revision
286 -
Directory Listing
Modified
Wed Nov 21 15:16:29 2007 UTC (2 years, 9 months ago) by
tuupola
Add (custom) event to jQuery when needed. This enables you to call Jeditable
like:
$(".dblclick").editable("http://www.example.com/save.php", {
event : "make_editable"
});
Revision
285 -
Directory Listing
Modified
Tue Nov 13 14:44:00 2007 UTC (2 years, 9 months ago) by
tuupola
Placeholder was not used when submitting to function.
Revision
283 -
Directory Listing
Modified
Mon Oct 29 14:48:37 2007 UTC (2 years, 10 months ago) by
tuupola
Add directory for 3rd party libraries.
Revision
282 -
Directory Listing
Modified
Fri Oct 26 15:14:56 2007 UTC (2 years, 10 months ago) by
tuupola
Allow calling function when onblur triggered.
Slightly modified patch by Rob Barreca <rob_at_chipin.com>.
Revision
281 -
Directory Listing
Modified
Thu Oct 25 15:20:03 2007 UTC (2 years, 10 months ago) by
tuupola
Add custom input types demo page.
Revision
280 -
Directory Listing
Modified
Thu Oct 25 15:13:30 2007 UTC (2 years, 10 months ago) by
tuupola
jQuery 1.2.1 fix.
Revision
261 -
Directory Listing
Modified
Thu Oct 18 14:19:09 2007 UTC (2 years, 10 months ago) by
tuupola
Prepare for release.
Revision
257 -
Directory Listing
Modified
Fri Oct 5 12:03:04 2007 UTC (2 years, 11 months ago) by
tuupola
Use .html() instead of .text() when removing placeholder. Modified patch
by Mariano Iglesias <mariano.iglesias_at_cricava.com>.
Revision
256 -
Directory Listing
Modified
Fri Oct 5 07:08:27 2007 UTC (2 years, 11 months ago) by
tuupola
Comments.
Revision
255 -
Directory Listing
Modified
Wed Oct 3 06:31:27 2007 UTC (2 years, 11 months ago) by
tuupola
Change all self.innerHTML = something to $(self).html(something). Allows us
to do tricks like returning <script>alert('Saved!')</from> from the save
script. Modified patch by Dylan Verheul <dylan.verheul_at_gmail.com>.
Fix removal of placeholder text in Safari and IE.
Revision
254 -
Directory Listing
Modified
Wed Oct 3 06:10:31 2007 UTC (2 years, 11 months ago) by
tuupola
Move removal of placeholder text downwards. This way there wont be zero
height inputs.
Revision
253 -
Directory Listing
Modified
Tue Oct 2 15:59:58 2007 UTC (2 years, 11 months ago) by
tuupola
Cosmetics.
Revision
252 -
Directory Listing
Modified
Tue Oct 2 15:59:26 2007 UTC (2 years, 11 months ago) by
tuupola
Add test case for json select.
Revision
251 -
Directory Listing
Modified
Tue Oct 2 15:44:59 2007 UTC (2 years, 11 months ago) by
tuupola
Implement placeholder text when element is empty. Modified patch by
Ole Laursen <olau_at_iola.dk>
Revision 248 broke auto width and height. Fix the fugbix.
IE6 was failing to set selected of selects when data was passed via
json remote url. Maybe this f*!"#"* IE will work now as expected.
Revision
250 -
Directory Listing
Modified
Mon Oct 1 18:54:16 2007 UTC (2 years, 11 months ago) by
tuupola
Be consistent with the hyphens.
Revision
249 -
Directory Listing
Modified
Mon Oct 1 18:50:51 2007 UTC (2 years, 11 months ago) by
tuupola
Finally a solution for setting selected in dynamically created select with IE?
Revision
248 -
Directory Listing
Modified
Mon Oct 1 18:35:39 2007 UTC (2 years, 11 months ago) by
tuupola
Since we now use return this.each() we can remove auto width and height hack.
Revision
247 -
Directory Listing
Modified
Fri Sep 28 21:42:11 2007 UTC (2 years, 11 months ago) by
tuupola
Change version number.
Revision
246 -
Directory Listing
Modified
Fri Sep 28 21:11:16 2007 UTC (2 years, 11 months ago) by
tuupola
Fix IE6 bug of form not showing.
Revision
245 -
Directory Listing
Modified
Fri Sep 28 20:59:57 2007 UTC (2 years, 11 months ago) by
tuupola
Use more readable variable names.
Revision
244 -
Directory Listing
Modified
Fri Sep 28 20:30:12 2007 UTC (2 years, 11 months ago) by
tuupola
Backwards compability break! Removed the hacks which supported old getload
and postload parateters. Callback should now be given in options hash not
as third parameter.
Revision
243 -
Directory Listing
Modified
Fri Sep 28 20:23:28 2007 UTC (2 years, 11 months ago) by
tuupola
Be a good citizen and use return this.each(function() { ... });
Revision
242 -
Directory Listing
Modified
Fri Sep 28 19:54:16 2007 UTC (2 years, 11 months ago) by
tuupola
Put everything inside (function($) { ... })(jQuery); block so when can
use $ shortcut.
Change licence to MIT.
Revision
241 -
Directory Listing
Modified
Fri Sep 28 19:39:43 2007 UTC (2 years, 11 months ago) by
tuupola
Demo fixes.
Revision
240 -
Directory Listing
Modified
Fri Sep 28 19:16:54 2007 UTC (2 years, 11 months ago) by
tuupola
Add missing Textile library.
Revision
239 -
Directory Listing
Modified
Fri Sep 28 19:16:25 2007 UTC (2 years, 11 months ago) by
tuupola
Fix paths.
Revision
238 -
Directory Listing
Modified
Fri Sep 28 18:58:34 2007 UTC (2 years, 11 months ago) by
tuupola
New example pages.
Revision
236 -
Directory Listing
Modified
Fri Sep 28 18:17:51 2007 UTC (2 years, 11 months ago) by
tuupola
Some forgotten debug code.
Revision
235 -
Directory Listing
Modified
Tue Sep 25 08:34:09 2007 UTC (2 years, 11 months ago) by
tuupola
Bump up version number.
Revision
234 -
Directory Listing
Modified
Tue Sep 25 07:59:38 2007 UTC (2 years, 11 months ago) by
tuupola
After implementing pluggable input types data parameter as function was
broken.
Revision
233 -
Directory Listing
Modified
Fri Sep 21 09:17:00 2007 UTC (2 years, 11 months ago) by
tuupola
Update packed and minified versions.
Revision
232 -
Directory Listing
Modified
Fri Sep 21 09:14:35 2007 UTC (2 years, 11 months ago) by
tuupola
Bump up version number.
Revision
231 -
Directory Listing
Modified
Fri Sep 21 09:13:01 2007 UTC (2 years, 11 months ago) by
tuupola
Bump up version number for bugfix release.
Revision
230 -
Directory Listing
Modified
Fri Sep 21 09:12:35 2007 UTC (2 years, 11 months ago) by
tuupola
Fix broken logic with widht="none" and height="none" in text input
type.
Patch by Alessandro Pasotti <apasotti_at_gmail.com>.
Revision
229 -
Directory Listing
Modified
Sun Sep 16 19:31:24 2007 UTC (2 years, 11 months ago) by
tuupola
Update packed and minified versions.
Revision
228 -
Directory Listing
Modified
Sun Sep 16 18:20:34 2007 UTC (2 years, 11 months ago) by
tuupola
Version number.
Revision
227 -
Directory Listing
Modified
Sun Sep 16 18:14:53 2007 UTC (2 years, 11 months ago) by
tuupola
Prepare for release.
Revision
226 -
Directory Listing
Modified
Sun Sep 16 18:02:52 2007 UTC (2 years, 11 months ago) by
tuupola
Fix 1.4.x introduced bug. When you set dimensions to auto and have several
fields of different widths and heights, the input boxes all get the
dimensions of the first clicked field.
Thanks to Ole Laursen <olau_at_iola.dk> for notifying this.
Revision
225 -
Directory Listing
Modified
Sun Sep 16 17:43:14 2007 UTC (2 years, 11 months ago) by
tuupola
Whitespace.
Revision
194 -
Directory Listing
Modified
Tue Aug 28 08:07:21 2007 UTC (3 years ago) by
tuupola
Allow width and height to be "none". Usefull in case you want to control size
fully from CSS. Patch by Pedro Melo <melo_at_simplicidade.org>
Revision
193 -
Directory Listing
Modified
Mon Aug 13 15:03:17 2007 UTC (3 years ago) by
tuupola
Yet another RC.
Revision
192 -
Directory Listing
Modified
Mon Aug 13 15:02:22 2007 UTC (3 years ago) by
tuupola
Second parameter was not passed to before submit handler.
TODO: This is not actually correct object to pass. Should be original.
Revision
191 -
Directory Listing
Modified
Fri Aug 10 10:42:01 2007 UTC (3 years ago) by
tuupola
Update packed and minified versions.
Revision
190 -
Directory Listing
Modified
Fri Aug 10 10:40:21 2007 UTC (3 years ago) by
tuupola
When using loaddata content of submit and cancel buttons were messed up.
Revision
189 -
Directory Listing
Modified
Thu Aug 9 20:51:03 2007 UTC (3 years ago) by
tuupola
Make JSLint more happy. Fixes packed version too.
Revision
188 -
Directory Listing
Modified
Thu Aug 9 20:18:48 2007 UTC (3 years ago) by
tuupola
Prepare for release.
Revision
187 -
Directory Listing
Modified
Thu Aug 9 19:59:39 2007 UTC (3 years ago) by
tuupola
Add minified and packed version to svn.
Revision
186 -
Directory Listing
Modified
Mon Aug 6 13:18:03 2007 UTC (3 years, 1 month ago) by
tuupola
Add ajaxfileupload scripts.
Revision
185 -
Directory Listing
Modified
Sun Aug 5 21:16:52 2007 UTC (3 years, 1 month ago) by
tuupola
Remove outdated intro text.
Revision
184 -
Directory Listing
Modified
Sun Aug 5 21:08:14 2007 UTC (3 years, 1 month ago) by
tuupola
Exmplain fileupload input type.
Revision
183 -
Directory Listing
Modified
Sun Aug 5 21:08:00 2007 UTC (3 years, 1 month ago) by
tuupola
Show all parameters in examples even though they are not used.
Revision
182 -
Directory Listing
Modified
Sun Aug 5 20:48:09 2007 UTC (3 years, 1 month ago) by
tuupola
Changed IE reserved word default to defaults.
Focus to first visible form element. Trying to focus to hidden element
caused IE throw error.
Revision
181 -
Directory Listing
Modified
Sun Aug 5 20:08:37 2007 UTC (3 years, 1 month ago) by
tuupola
Rewrite input type plugin api.
Revision
180 -
Directory Listing
Modified
Fri Aug 3 15:39:13 2007 UTC (3 years, 1 month ago) by
tuupola
Paragraphs.
Revision
179 -
Directory Listing
Modified
Fri Aug 3 15:38:34 2007 UTC (3 years, 1 month ago) by
tuupola
Note about SVN version.
Revision
178 -
Directory Listing
Modified
Fri Aug 3 15:37:14 2007 UTC (3 years, 1 month ago) by
tuupola
Note about bugs in Datepicker input type.
Revision
177 -
Directory Listing
Modified
Fri Aug 3 15:31:04 2007 UTC (3 years, 1 month ago) by
tuupola
Add bgiframe plugin.
Revision
176 -
Directory Listing
Modified
Fri Aug 3 15:26:43 2007 UTC (3 years, 1 month ago) by
tuupola
IE workarounds for example input types.
Revision
175 -
Directory Listing
Modified
Fri Aug 3 14:04:07 2007 UTC (3 years, 1 month ago) by
tuupola
Debug code.
Revision
174 -
Directory Listing
Modified
Fri Aug 3 14:03:54 2007 UTC (3 years, 1 month ago) by
tuupola
Add firebug.
Revision
173 -
Directory Listing
Modified
Wed Aug 1 11:44:10 2007 UTC (3 years, 1 month ago) by
tuupola
* Remember input value in datepicker calendar.
Revision
172 -
Directory Listing
Modified
Tue Jul 31 14:30:03 2007 UTC (3 years, 1 month ago) by
tuupola
* Fix typo.
* Add link to new demo page.
Revision
171 -
Directory Listing
Modified
Tue Jul 31 14:22:58 2007 UTC (3 years, 1 month ago) by
tuupola
* Add demo page for new custom input types.
Revision
170 -
Directory Listing
Modified
Tue Jul 31 14:20:14 2007 UTC (3 years, 1 month ago) by
tuupola
* Add support for pluggable custom input types.
Revision
169 -
Directory Listing
Modified
Tue Jul 31 13:06:41 2007 UTC (3 years, 1 month ago) by
tuupola
* jQuery 1.1.3
Revision
168 -
Directory Listing
Modified
Mon May 7 14:03:42 2007 UTC (3 years, 4 months ago) by
tuupola
* Code cleanup.
Revision
167 -
Directory Listing
Modified
Mon May 7 13:59:01 2007 UTC (3 years, 4 months ago) by
tuupola
* Allow settings.submitdata to be function.
# Idea by German Rumm <german.rumm_at_gmail.com>
Revision
166 -
Directory Listing
Modified
Mon May 7 13:51:06 2007 UTC (3 years, 4 months ago) by
tuupola
* Allow settings.loaddata to be function.
* Small code cleanup.
# Idea by German Rumm <german.rumm_at_gmail.com>
Revision
165 -
Directory Listing
Modified
Mon May 7 13:21:51 2007 UTC (3 years, 4 months ago) by
tuupola
* Add new loadtext parameter.
Revision
152 -
Directory Listing
Modified
Fri May 4 12:39:13 2007 UTC (3 years, 4 months ago) by
tuupola
Copied from:
trunk/temp revision 151
Rename directory.
Revision
151 -
Directory Listing
Modified
Fri May 4 12:38:42 2007 UTC (3 years, 4 months ago) by
tuupola
Original Path:
trunk/temp
Copied from:
temp revision 150
Move jEditable to new place.
Revision
147 -
Directory Listing
Modified
Fri May 4 12:34:26 2007 UTC (3 years, 4 months ago) by
tuupola
Original Path:
temp
Copied from:
trunk revision 146
Reorganize svn.
Revision
146 -
Directory Listing
Modified
Wed Apr 25 17:05:58 2007 UTC (3 years, 4 months ago) by
tuupola
Original Path:
trunk
* New example pages.
Revision
145 -
Directory Listing
Modified
Wed Apr 25 16:48:51 2007 UTC (3 years, 4 months ago) by
tuupola
Original Path:
trunk
Whitespace and comments.
Revision
144 -
Directory Listing
Modified
Wed Apr 25 15:25:40 2007 UTC (3 years, 4 months ago) by
tuupola
Original Path:
trunk
* Introduce two new parameters: loaddata and submitdata.
* Disable input while it is loading external data.
# Patch by German Rumm <german.rumm_at_gmail.com>
Revision
142 -
Directory Listing
Modified
Tue Apr 3 15:59:04 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Allow data parameter to be function.
# Suggested by Nate Cavanaugh <nate_at_shift22.com>
Revision
141 -
Directory Listing
Modified
Sun Apr 1 10:50:27 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Callback was called too early. This caused innerHTML of the element be
settings.indicator when callback was called.
# Noted by German Rumm <german.rumm_at_gmail.com>
Revision
140 -
Directory Listing
Modified
Sun Mar 18 13:26:14 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Use settings.indicator instead of options.indicator.
Revision
139 -
Directory Listing
Modified
Sun Mar 18 02:24:39 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Add support for callback function.
Revision
138 -
Directory Listing
Modified
Sun Mar 18 01:28:27 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Use jQuery.isFunction() instead of checking if constructor is "Function".
# This may seem like some crazy code, but trust me when I say that this
is the only cross-browser way to do this. --John
Revision
137 -
Directory Listing
Modified
Wed Mar 14 20:50:09 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Pass also setting to target function.
Revision
136 -
Directory Listing
Modified
Wed Mar 14 15:39:34 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Fix problem if IE not inheriting display: xxx when settings.style
is "inherit".
Revision
134 -
Directory Listing
Modified
Tue Mar 13 17:29:52 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Bump up version number.
Revision
133 -
Directory Listing
Modified
Tue Mar 13 17:28:49 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Fix IE not populating select entries with empty text.
Revision
132 -
Directory Listing
Modified
Tue Mar 13 17:15:41 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Scrap previous. IE just cant handle the word "class" anywhere.
Renaming it back to "cssclass".
Revision
131 -
Directory Listing
Modified
Tue Mar 13 15:37:09 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Workaround to keep my API consistent. Pass in option["class"] but
rename it internally to settings.cssclass.
Revision
130 -
Directory Listing
Modified
Tue Mar 13 15:29:24 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Rename option["class"] to option["cssclass"] to keep IE happy.
Revision
128 -
Directory Listing
Modified
Tue Mar 13 10:55:45 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Prepare for release.
Revision
127 -
Directory Listing
Modified
Tue Mar 13 10:51:16 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Remove old code.
Revision
126 -
Directory Listing
Modified
Tue Mar 13 10:50:27 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Test case in code for passing data to function.
# TODO: Clean example code!
Revision
125 -
Directory Listing
Modified
Mon Mar 12 19:48:48 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Rename url to target as per Mathias' original patch. More descriptive
since target can now be function too.
Revision
124 -
Directory Listing
Modified
Mon Mar 12 19:35:38 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Use settings.url.apply(self) instead of settings.url(). As result
target function will see "this" as the edited html element.
Revision
123 -
Directory Listing
Modified
Mon Mar 12 18:49:56 2007 UTC (3 years, 5 months ago) by
tuupola
Original Path:
trunk
* Bump up version number.
* Whitespace.
Revision
122 -
Directory Listing
Modified
Thu Mar 8 20:11:54 2007 UTC (3 years, 6 months ago) by
tuupola
Original Path:
trunk
* Improve documentation.
* Handle return value from function too.
Revision
121 -
Directory Listing
Modified
Thu Mar 8 19:41:58 2007 UTC (3 years, 6 months ago) by
tuupola
Original Path:
trunk
* Remove forgotten test code.
Revision
120 -
Directory Listing
Modified
Thu Mar 8 19:39:41 2007 UTC (3 years, 6 months ago) by
tuupola
Original Path:
trunk
* In addition to POST edited content to url it can also be passed to
a function. NOTE: this feature is still experimental.
* Add new option 'select'. If true text and textarea contents are
highlighted by default.
# Modified patch by Mathias Henze <Mathias.Henze_at_skytecag.com>
Revision
119 -
Directory Listing
Modified
Thu Mar 8 18:31:20 2007 UTC (3 years, 6 months ago) by
tuupola
Original Path:
trunk
* Add options for specifying CSS class or style (or both) for input
form. Value 'inherit' means copy from parent.
Revision
118 -
Directory Listing
Modified
Wed Mar 7 11:31:48 2007 UTC (3 years, 6 months ago) by
tuupola
Original Path:
trunk
* Improve documentation.
Revision
117 -
Directory Listing
Modified
Fri Mar 2 16:16:08 2007 UTC (3 years, 6 months ago) by
tuupola
Original Path:
trunk
* Add example cases for selects.
Revision
116 -
Directory Listing
Modified
Fri Mar 2 16:15:11 2007 UTC (3 years, 6 months ago) by
tuupola
Original Path:
trunk
* Add support for selects.
Revision
115 -
Directory Listing
Modified
Fri Mar 2 15:28:53 2007 UTC (3 years, 6 months ago) by
tuupola
Original Path:
trunk
* New parameters loadurl and loadtype. These deprecate olf postload and
getload. Plugin contains code to maintain backward combability.
Revision
114 -
Directory Listing
Modified
Tue Feb 27 10:15:06 2007 UTC (3 years, 6 months ago) by
tuupola
Original Path:
trunk
* Use width() and height() instead of css() to get actual computed
pixel values.
# Noted by Mathias Henze <Mathias.Henze_at_skytecag.com>
Revision
112 -
Directory Listing
Modified
Thu Feb 15 08:00:36 2007 UTC (3 years, 6 months ago) by
tuupola
Original Path:
trunk
* Upgrade to jQuery 1.1.1
Revision
111 -
Directory Listing
Modified
Thu Feb 15 07:58:03 2007 UTC (3 years, 6 months ago) by
tuupola
Original Path:
trunk
* Bump up version number.
Revision
110 -
Directory Listing
Modified
Thu Feb 15 07:57:49 2007 UTC (3 years, 6 months ago) by
tuupola
Original Path:
trunk
* Remove unneeded js files.
Revision
109 -
Directory Listing
Modified
Thu Feb 15 07:57:28 2007 UTC (3 years, 6 months ago) by
tuupola
Original Path:
trunk
* Add cancel button.
Revision
108 -
Directory Listing
Modified
Thu Feb 15 07:54:23 2007 UTC (3 years, 6 months ago) by
tuupola
Original Path:
trunk
* Do not break the chain even when called on nonexistent element.
* Bump up version number.
Revision
107 -
Directory Listing
Modified
Thu Feb 15 07:51:05 2007 UTC (3 years, 6 months ago) by
tuupola
Original Path:
trunk
* Make cancel button work even when onblur is set to ignore.
# Patch by Thomas Mann <thomas_at_pixtur.de>
Revision
106 -
Directory Listing
Modified
Wed Jan 17 18:04:40 2007 UTC (3 years, 7 months ago) by
tuupola
Original Path:
trunk
* Better way to avoid prevent "elem has no properties" error.
Revision
105 -
Directory Listing
Modified
Wed Jan 17 17:29:06 2007 UTC (3 years, 7 months ago) by
tuupola
Original Path:
trunk
* Prepare for release.
Revision
104 -
Directory Listing
Modified
Wed Jan 17 17:28:34 2007 UTC (3 years, 7 months ago) by
tuupola
Original Path:
trunk
* Comment out select stuff.
Revision
102 -
Directory Listing
Modified
Wed Jan 17 16:00:25 2007 UTC (3 years, 7 months ago) by
tuupola
Original Path:
trunk
* Add some version information in header.
Revision
101 -
Directory Listing
Modified
Wed Jan 17 15:51:52 2007 UTC (3 years, 7 months ago) by
tuupola
Original Path:
trunk
* CVS tags.
Revision
100 -
Directory Listing
Modified
Wed Jan 17 15:51:18 2007 UTC (3 years, 7 months ago) by
tuupola
Original Path:
trunk
* Prepare code for 1.1 release without support for select.
Revision
99 -
Directory Listing
Modified
Wed Jan 17 15:38:30 2007 UTC (3 years, 7 months ago) by
tuupola
Original Path:
trunk
* Only three examples. Remove extra.
Revision
98 -
Directory Listing
Modified
Wed Jan 17 15:37:14 2007 UTC (3 years, 7 months ago) by
tuupola
Original Path:
trunk
* jQuery.load() is broken ATM.
Revision
97 -
Directory Listing
Modified
Wed Jan 17 15:09:13 2007 UTC (3 years, 7 months ago) by
tuupola
Original Path:
trunk
* jQuery 1.1
Revision
96 -
Directory Listing
Modified
Wed Jan 17 15:08:24 2007 UTC (3 years, 7 months ago) by
tuupola
Original Path:
trunk
* Add OK buttons.
Revision
95 -
Directory Listing
Modified
Mon Jan 15 18:00:43 2007 UTC (3 years, 7 months ago) by
tuupola
Original Path:
trunk
* jQuery 1.1 API fixes
Revision
94 -
Directory Listing
Modified
Fri Jan 12 18:47:50 2007 UTC (3 years, 7 months ago) by
tuupola
Original Path:
trunk
* jQuery 1.1b
Revision
88 -
Directory Listing
Modified
Fri Jan 12 17:18:41 2007 UTC (3 years, 7 months ago) by
tuupola
Original Path:
trunk
* ws
Revision
87 -
Directory Listing
Modified
Wed Jan 3 21:37:33 2007 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Initial commit.
Revision
86 -
Directory Listing
Modified
Wed Jan 3 21:36:27 2007 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Add 2007
Revision
85 -
Directory Listing
Modified
Wed Jan 3 21:35:55 2007 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Add examples for selects.
Revision
84 -
Directory Listing
Modified
Wed Jan 3 21:35:05 2007 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Remove file.
Revision
83 -
Directory Listing
Modified
Wed Jan 3 21:22:23 2007 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Add select.
Revision
82 -
Directory Listing
Modified
Wed Jan 3 20:34:02 2007 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* ws
Revision
81 -
Directory Listing
Modified
Wed Jan 3 20:30:57 2007 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Code refactoring.
* Support for type=select.
Revision
80 -
Directory Listing
Modified
Wed Jan 3 20:26:39 2007 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* jQuery 1.0.4
Revision
79 -
Directory Listing
Modified
Wed Jan 3 10:57:23 2007 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Parameters of select can be given as JSON string.
* Add new "data" parameter as alternative for "postload" and "getload".
Revision
78 -
Directory Listing
Modified
Tue Jan 2 15:51:15 2007 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Add new test for selects.
Revision
77 -
Directory Listing
Modified
Tue Jan 2 15:50:49 2007 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Simple test support for selects.
Revision
74 -
Directory Listing
Modified
Sat Dec 30 17:44:27 2006 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Fix typo in class name
Revision
73 -
Directory Listing
Modified
Sat Dec 30 17:41:59 2006 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Use switch instead of if-then-else
Revision
70 -
Directory Listing
Modified
Fri Dec 29 23:22:47 2006 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Add new example on how to use external effects.
Revision
69 -
Directory Listing
Modified
Fri Dec 29 22:08:03 2006 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Add new option "cancel" for optional cancel button.
Revision
68 -
Directory Listing
Modified
Fri Dec 29 22:07:00 2006 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Update tests to follow new optional submit button.
Revision
67 -
Directory Listing
Modified
Fri Dec 29 21:47:26 2006 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Scrap default submit button "OK" with textarea. It is not needed if
onblur = submit.
Revision
65 -
Directory Listing
Modified
Thu Dec 21 14:21:55 2006 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* fix links
* add footer
Revision
64 -
Directory Listing
Modified
Thu Dec 21 14:13:09 2006 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Add tests target.
Revision
63 -
Directory Listing
Modified
Thu Dec 21 14:12:33 2006 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Add submit option. Empty means no submit button. Textareas will have
default submit button value of 'OK'.
Revision
62 -
Directory Listing
Modified
Thu Dec 21 14:11:29 2006 UTC (3 years, 8 months ago) by
tuupola
Original Path:
trunk
* Forgotten commit.
Revision
61 -
Directory Listing
Modified
Fri Dec 1 21:15:45 2006 UTC (3 years, 9 months ago) by
tuupola
Original Path:
trunk
* auto width and height work now with all input types
Revision
59 -
Directory Listing
Modified
Tue Oct 31 09:33:19 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* new tests
Revision
58 -
Directory Listing
Modified
Tue Oct 31 09:24:23 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* implement onblur cancel, submit and ignore
Revision
57 -
Directory Listing
Modified
Tue Oct 31 08:58:12 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* prepare for release
Revision
56 -
Directory Listing
Modified
Tue Oct 31 08:57:53 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* new option onblur
Revision
55 -
Directory Listing
Modified
Tue Oct 31 08:56:49 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* fix test for PC IE
Revision
54 -
Directory Listing
Modified
Tue Oct 31 08:56:26 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* test case for missing id
Revision
53 -
Directory Listing
Modified
Tue Oct 31 08:56:02 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* add dblclick test
Revision
52 -
Directory Listing
Modified
Tue Oct 31 08:13:12 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* ws
* " -> '
Revision
51 -
Directory Listing
Modified
Tue Oct 31 08:10:27 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* blurcancels -> cancelonblur
Revision
50 -
Directory Listing
Modified
Tue Oct 31 08:08:09 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* $ -> jQuery (repatch)
Revision
49 -
Directory Listing
Modified
Tue Oct 31 08:06:21 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* prevent elem has no properties error (repatch)
Revision
48 -
Directory Listing
Modified
Tue Oct 31 08:03:39 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* fix autosize by adding px
* optionally prevent cancel on blur (for example pressing tab to jump to
OK button)
* support for interface expander http://interface.eyecon.ro/docs/expander
# patch by Nagy Attila Gabor <nagy.attila.gabor at gmail.com>
Revision
47 -
Directory Listing
Modified
Tue Oct 24 16:32:00 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* prevent elem has no properties error
* $ -> jQuery
Revision
45 -
Directory Listing
Modified
Thu Oct 12 07:05:33 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* adding new demo for events
Revision
44 -
Directory Listing
Modified
Tue Oct 10 19:02:11 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* jeditable.js -> jquery.jeditable.js
Revision
43 -
Directory Listing
Modified
Tue Oct 10 18:55:34 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* allow the event which starts plugin to be configureable
# only usefull ones are click and dblclick. no point in mouseover ;)
Revision
42 -
Directory Listing
Modified
Tue Oct 10 17:59:51 2006 UTC (3 years, 10 months ago) by
tuupola
Original Path:
trunk
* use jQuery instead of $ inside plugin code
# allows users to change the alias for jQuery in a single place.
Revision
41 -
Directory Listing
Modified
Sat Sep 30 20:41:41 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* comments
Revision
40 -
Directory Listing
Modified
Sat Sep 30 13:36:12 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* fix quoting problem
Revision
39 -
Directory Listing
Modified
Sat Sep 30 11:43:33 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* also make packed version
Revision
37 -
Directory Listing
Modified
Sat Sep 30 11:14:52 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* initial commit
Revision
36 -
Directory Listing
Modified
Sat Sep 30 11:14:07 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* use ordered list
Revision
35 -
Directory Listing
Modified
Sat Sep 30 10:52:46 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* more descriptive link
Revision
34 -
Directory Listing
Modified
Sat Sep 30 10:52:11 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* jquery updated in demos
Revision
33 -
Directory Listing
Modified
Fri Sep 29 22:25:01 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* remove from demos
Revision
32 -
Directory Listing
Modified
Fri Sep 29 22:24:18 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* change titles
Revision
31 -
Directory Listing
Modified
Fri Sep 29 22:20:37 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* tooltip support and ws
Revision
30 -
Directory Listing
Modified
Fri Sep 29 22:16:36 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* support optional tooltip text via title attribute
Revision
29 -
Directory Listing
Modified
Fri Sep 29 22:01:58 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* don't break the chain
Revision
28 -
Directory Listing
Modified
Fri Sep 29 21:56:50 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* example files now use auto sizing
Revision
27 -
Directory Listing
Modified
Fri Sep 29 21:54:49 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* support for automatically sizing textarea according to element width
and height (idea by Sam Collett)
Revision
26 -
Directory Listing
Modified
Thu Sep 28 18:13:09 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* improve docblock
Revision
25 -
Directory Listing
Modified
Thu Sep 28 18:09:50 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* license block
* ws
Revision
24 -
Directory Listing
Modified
Thu Sep 28 13:31:48 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* id tags
Revision
23 -
Directory Listing
Modified
Thu Sep 28 13:31:24 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* silence notices
Revision
22 -
Directory Listing
Modified
Thu Sep 28 12:55:23 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* initial commit
Revision
21 -
Directory Listing
Modified
Thu Sep 28 12:39:06 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* initial commit
Revision
20 -
Directory Listing
Modified
Thu Sep 28 12:38:40 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* some default values for demos
Revision
19 -
Directory Listing
Modified
Thu Sep 28 12:38:16 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* strip some slashes to make demo work properly
Revision
18 -
Directory Listing
Modified
Thu Sep 28 12:13:45 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* allways try to create table (fails silently if exists)
Revision
17 -
Directory Listing
Modified
Thu Sep 28 12:02:16 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* fix dynamic url generating
Revision
16 -
Directory Listing
Modified
Thu Sep 28 11:05:40 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* no hardcoded url's
Revision
15 -
Directory Listing
Modified
Thu Sep 28 09:39:29 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* more descriptive titles for SEO
Revision
14 -
Directory Listing
Modified
Thu Sep 28 09:38:55 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* include bundled Textile library
Revision
13 -
Directory Listing
Modified
Thu Sep 28 09:37:30 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* add Textile.php for trouble free examples
Revision
12 -
Directory Listing
Modified
Thu Sep 28 09:01:38 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* editable -> jeditable
Revision
11 -
Directory Listing
Modified
Thu Sep 28 08:24:55 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* store separate copies of jquery.js and editable.js for examples
Revision
10 -
Directory Listing
Modified
Thu Sep 28 08:23:48 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* new examples
Revision
9 -
Directory Listing
Modified
Wed Sep 27 08:51:00 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* comments
Revision
8 -
Directory Listing
Modified
Wed Sep 27 08:38:28 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* fix "Permission denied to set property XULElement.selectedIndex' when
calling method: [nsIAutoCompletePopup::selectedIndex]" exceptions
after pressing ESC and reselecting something.
Revision
7 -
Directory Listing
Modified
Tue Sep 26 14:31:26 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* support for textarea editables
Revision
5 -
Directory Listing
Modified
Tue Sep 26 07:14:31 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* saving -> indicator
* implement loading editable content into input using ajax call.
# usefull if you are using textile
Revision
4 -
Directory Listing
Modified
Tue Sep 26 06:32:12 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* use $(self).html() instead of this.textContent. propably safer.
* discard changes if clicking outside editable
Revision
3 -
Directory Listing
Modified
Tue Sep 26 06:23:58 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* comments and code cleanup
Revision
2 -
Directory Listing
Modified
Tue Sep 26 06:01:51 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
* initial commit
Revision
1 -
Directory Listing
Added
Tue Sep 26 06:01:51 2006 UTC (3 years, 11 months ago) by
tuupola
Original Path:
trunk
New repository initialized by cvs2svn.