add class editable-popup, fix #192
This commit is contained in:
@ -10,10 +10,11 @@
|
||||
$.extend($.fn.editableContainer.Inline.prototype, $.fn.editableContainer.Popup.prototype, {
|
||||
containerName: 'editableform',
|
||||
innerCss: '.editable-inline',
|
||||
containerClass: 'editable-container editable-inline', //css class applied to container element
|
||||
|
||||
initContainer: function(){
|
||||
//container is <span> element
|
||||
this.$tip = $('<span></span>').addClass('editable-inline');
|
||||
this.$tip = $('<span></span>');
|
||||
|
||||
//convert anim to miliseconds (int)
|
||||
if(!this.options.anim) {
|
||||
|
Reference in New Issue
Block a user