vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.72k forks source link

Multiple Templates #1096

Open Inselhopper opened 6 years ago

Inselhopper commented 6 years ago

X-editable - v1.5.1 Poshy Tip jQuery plugin v1.1+

Searching for a proof way to use multiple Templates like $.fn.editableform.template = '<form class="ui form form-inline editableform"><div class="control-group">' + ' <div>' + ' <div class="editable-input"></div>' + ' <div class="editable-buttons"></div>' + ' </div>' + ' <div class="editable-error-block"></div>' + ' </div></form>' AND

$.fn.editableform.template = '<form class="ui form form-inline editableform"><div class="control-group">' + ' <div>' + ' <div class="editable-input"></div>' + ' <div class="editable-buttons"></div>' + ' </div>' + ' <div class="editable-error-block"></div>' + ' </div></form>'