comments for docs

This commit is contained in:
vitalets
2012-11-15 22:29:56 +04:00
parent 2b9b6e7bd5
commit fc7095d6ee
10 changed files with 183 additions and 53 deletions

@@ -3,7 +3,16 @@ Textarea input
@class textarea
@extends abstract
@module inputs
@example
<a href="#" id="comments" data-type="textarea" data-pk="1">awesome comment!</a>
<script>
$(function(){
$('#comments').editable({
url: 'post.php',
title: 'Enter comments'
});
});
</script>
**/
(function ($) {
@@ -64,7 +73,7 @@ Textarea input
tpl:'<textarea rows="8"></textarea>',
/**
@property inputclass
@default 'span3'
@default span3
**/
inputclass:'span3',
/**