866 lines
18 KiB
JavaScript
866 lines
18 KiB
JavaScript
(function($) {
|
|
"use strict";
|
|
/*Quill editor*/
|
|
if ($("#quillExample1").length) {
|
|
var quill = new Quill("#quillExample1", {
|
|
modules: {
|
|
toolbar: [
|
|
[
|
|
{
|
|
header: [1, 2, false]
|
|
}
|
|
],
|
|
["bold", "italic", "underline"],
|
|
["image", "code-block"]
|
|
]
|
|
},
|
|
placeholder: "Compose an epic...",
|
|
theme: "snow" // or 'bubble'
|
|
});
|
|
}
|
|
|
|
/*simplemde editor*/
|
|
if ($("#simpleMde3").length) {
|
|
var simplemde = new SimpleMDE({ element: $("#simpleMde3")[0] });
|
|
}
|
|
|
|
if ($("#simpleMde1").length) {
|
|
var simplemde = new SimpleMDE({ element: $("#simpleMde1")[0] });
|
|
}
|
|
|
|
if ($("#simpleMde2").length) {
|
|
var simplemde = new SimpleMDE({ element: $("#simpleMde2")[0] });
|
|
}
|
|
|
|
/*Tinymce editor*/
|
|
if ($("#tinyMceExample").length) {
|
|
tinymce.init({
|
|
selector: "#tinyMceExample",
|
|
height: 500,
|
|
theme: "modern",
|
|
plugins: [
|
|
"advlist autolink lists link image charmap print preview hr anchor pagebreak",
|
|
"searchreplace wordcount visualblocks visualchars code fullscreen",
|
|
"insertdatetime media nonbreaking save table contextmenu directionality",
|
|
"emoticons template paste textcolor colorpicker textpattern imagetools codesample toc help"
|
|
],
|
|
toolbar1:
|
|
"undo redo | insert | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image",
|
|
toolbar2:
|
|
"print preview media | forecolor backcolor emoticons | codesample help",
|
|
image_advtab: true,
|
|
templates: [
|
|
{
|
|
title: "Test template 1",
|
|
content: "Test 1"
|
|
},
|
|
{
|
|
title: "Test template 2",
|
|
content: "Test 2"
|
|
}
|
|
],
|
|
content_css: []
|
|
});
|
|
}
|
|
|
|
if ($("#tinyMceExample1").length) {
|
|
tinymce.init({
|
|
selector: "#tinyMceExample1",
|
|
height: 500,
|
|
theme: "modern",
|
|
plugins: [
|
|
"advlist autolink lists link image charmap print preview hr anchor pagebreak",
|
|
"searchreplace wordcount visualblocks visualchars code fullscreen",
|
|
"insertdatetime media nonbreaking save table contextmenu directionality",
|
|
"emoticons template paste textcolor colorpicker textpattern imagetools codesample toc help"
|
|
],
|
|
toolbar1:
|
|
"undo redo | insert | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image",
|
|
toolbar2:
|
|
"print preview media | forecolor backcolor emoticons | codesample help",
|
|
image_advtab: true,
|
|
templates: [
|
|
{
|
|
title: "Test template 1",
|
|
content: "Test 1"
|
|
},
|
|
{
|
|
title: "Test template 2",
|
|
content: "Test 2"
|
|
}
|
|
],
|
|
content_css: []
|
|
});
|
|
}
|
|
|
|
if ($("#tinyMceExample2").length) {
|
|
tinymce.init({
|
|
selector: "#tinyMceExample2",
|
|
height: 500,
|
|
theme: "modern",
|
|
plugins: [
|
|
"advlist autolink lists link image charmap print preview hr anchor pagebreak",
|
|
"searchreplace wordcount visualblocks visualchars code fullscreen",
|
|
"insertdatetime media nonbreaking save table contextmenu directionality",
|
|
"emoticons template paste textcolor colorpicker textpattern imagetools codesample toc help"
|
|
],
|
|
toolbar1:
|
|
"undo redo | insert | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image",
|
|
toolbar2:
|
|
"print preview media | forecolor backcolor emoticons | codesample help",
|
|
image_advtab: true,
|
|
templates: [
|
|
{
|
|
title: "Test template 1",
|
|
content: "Test 1"
|
|
},
|
|
{
|
|
title: "Test template 2",
|
|
content: "Test 2"
|
|
}
|
|
],
|
|
content_css: []
|
|
});
|
|
}
|
|
|
|
/*Summernote editor*/
|
|
if ($("#summernoteExample").length) {
|
|
$("#summernoteExample").summernote({
|
|
height: 300,
|
|
toolbar: [
|
|
["style", ["style"]],
|
|
["fontname", ["fontname"]],
|
|
["fontsize", ["fontsize"]],
|
|
["para", ["ol", "ul", "paragraph", "height"]],
|
|
["insert", ["link"]],
|
|
["view", ["undo", "redo", "fullscreen", "codeview", "help"]]
|
|
],
|
|
tabsize: 2
|
|
});
|
|
}
|
|
|
|
if ($("#summernoteExample1").length) {
|
|
$("#summernoteExample1").summernote({
|
|
height: 300,
|
|
toolbar: [
|
|
["style", ["style"]],
|
|
["fontname", ["fontname"]],
|
|
["fontsize", ["fontsize"]],
|
|
["para", ["ol", "ul", "paragraph", "height"]],
|
|
["insert", ["link"]],
|
|
["view", ["undo", "redo", "fullscreen", "codeview", "help"]]
|
|
],
|
|
tabsize: 2
|
|
});
|
|
}
|
|
|
|
if ($("#summernoteExample2").length) {
|
|
$("#summernoteExample2").summernote({
|
|
height: 300,
|
|
toolbar: [
|
|
["style", ["style"]],
|
|
["fontname", ["fontname"]],
|
|
["fontsize", ["fontsize"]],
|
|
["para", ["ol", "ul", "paragraph", "height"]],
|
|
["insert", ["link"]],
|
|
["view", ["undo", "redo", "fullscreen", "codeview", "help"]]
|
|
],
|
|
tabsize: 2
|
|
});
|
|
}
|
|
|
|
if ($("#summernoteExample3").length) {
|
|
$("#summernoteExample3").summernote({
|
|
height: 300,
|
|
toolbar: [
|
|
["style", ["style"]],
|
|
["fontname", ["fontname"]],
|
|
["fontsize", ["fontsize"]],
|
|
["para", ["ol", "ul", "paragraph", "height"]],
|
|
["insert", ["link"]],
|
|
["view", ["undo", "redo", "fullscreen", "codeview", "help"]]
|
|
],
|
|
tabsize: 2
|
|
});
|
|
}
|
|
|
|
if ($("#summernoteExample4").length) {
|
|
$("#summernoteExample4").summernote({
|
|
height: 300,
|
|
toolbar: [
|
|
["style", ["style"]],
|
|
["fontname", ["fontname"]],
|
|
["fontsize", ["fontsize"]],
|
|
["para", ["ol", "ul", "paragraph", "height"]],
|
|
["insert", ["link"]],
|
|
["view", ["undo", "redo", "fullscreen", "codeview", "help"]]
|
|
],
|
|
tabsize: 2
|
|
});
|
|
}
|
|
if ($("#summernoteExample5").length) {
|
|
$("#summernoteExample5").summernote({
|
|
height: 300,
|
|
toolbar: [
|
|
["style", ["style"]],
|
|
["fontname", ["fontname"]],
|
|
["fontsize", ["fontsize"]],
|
|
["para", ["ol", "ul", "paragraph", "height"]],
|
|
["insert", ["link"]],
|
|
["view", ["undo", "redo", "fullscreen", "codeview", "help"]]
|
|
],
|
|
tabsize: 2
|
|
});
|
|
}
|
|
if ($("#summernoteExample6").length) {
|
|
$("#summernoteExample6").summernote({
|
|
height: 300,
|
|
toolbar: [
|
|
["style", ["style"]],
|
|
["fontname", ["fontname"]],
|
|
["fontsize", ["fontsize"]],
|
|
["para", ["ol", "ul", "paragraph", "height"]],
|
|
["insert", ["link"]],
|
|
["view", ["undo", "redo", "fullscreen", "codeview", "help"]]
|
|
],
|
|
tabsize: 2
|
|
});
|
|
}
|
|
if ($("#summernoteExample7").length) {
|
|
$("#summernoteExample7").summernote({
|
|
height: 300,
|
|
toolbar: [
|
|
["style", ["style"]],
|
|
["fontname", ["fontname"]],
|
|
["fontsize", ["fontsize"]],
|
|
["para", ["ol", "ul", "paragraph", "height"]],
|
|
["insert", ["link"]],
|
|
["view", ["undo", "redo", "fullscreen", "codeview", "help"]]
|
|
],
|
|
tabsize: 2
|
|
});
|
|
}
|
|
|
|
/*X-editable editor*/
|
|
if ($("#editable-form").length) {
|
|
$.fn.editable.defaults.mode = "inline";
|
|
$.fn.editableform.buttons =
|
|
'<button type="submit" class="btn btn-primary btn-sm editable-submit">' +
|
|
'<i class="fa fa-fw fa-check"></i>' +
|
|
"</button>" +
|
|
'<button type="button" class="btn btn-default btn-sm editable-cancel">' +
|
|
'<i class="fa fa-fw fa-times"></i>' +
|
|
"</button>";
|
|
$("#username").editable({
|
|
type: "text",
|
|
pk: 1,
|
|
name: "username",
|
|
title: "Enter username"
|
|
});
|
|
|
|
$("#firstname").editable({
|
|
validate: function(value) {
|
|
if ($.trim(value) === "") return "This field is required";
|
|
}
|
|
});
|
|
|
|
$("#sex").editable({
|
|
source: [
|
|
{
|
|
value: 1,
|
|
text: "Male"
|
|
},
|
|
{
|
|
value: 2,
|
|
text: "Female"
|
|
}
|
|
]
|
|
});
|
|
|
|
$("#status").editable();
|
|
|
|
$("#group").editable({
|
|
showbuttons: false
|
|
});
|
|
|
|
$("#vacation").editable({
|
|
datepicker: {
|
|
todayBtn: "linked"
|
|
}
|
|
});
|
|
|
|
$("#dob").editable();
|
|
|
|
$("#event").editable({
|
|
placement: "right",
|
|
combodate: {
|
|
firstItem: "name"
|
|
}
|
|
});
|
|
|
|
$("#meeting_start").editable({
|
|
format: "yyyy-mm-dd hh:ii",
|
|
viewformat: "dd/mm/yyyy hh:ii",
|
|
validate: function(v) {
|
|
if (v && v.getDate() === 10) return "Day cant be 10!";
|
|
},
|
|
datetimepicker: {
|
|
todayBtn: "linked",
|
|
weekStart: 1
|
|
}
|
|
});
|
|
|
|
$("#comments").editable({
|
|
showbuttons: "bottom"
|
|
});
|
|
|
|
$("#note").editable();
|
|
$("#pencil").on("click", function(e) {
|
|
e.stopPropagation();
|
|
e.preventDefault();
|
|
$("#note").editable("toggle");
|
|
});
|
|
|
|
$("#state").editable({
|
|
source: [
|
|
"Alabama",
|
|
"Alaska",
|
|
"Arizona",
|
|
"Arkansas",
|
|
"California",
|
|
"Colorado",
|
|
"Connecticut",
|
|
"Delaware",
|
|
"Florida",
|
|
"Georgia",
|
|
"Hawaii",
|
|
"Idaho",
|
|
"Illinois",
|
|
"Indiana",
|
|
"Iowa",
|
|
"Kansas",
|
|
"Kentucky",
|
|
"Louisiana",
|
|
"Maine",
|
|
"Maryland",
|
|
"Massachusetts",
|
|
"Michigan",
|
|
"Minnesota",
|
|
"Mississippi",
|
|
"Missouri",
|
|
"Montana",
|
|
"Nebraska",
|
|
"Nevada",
|
|
"New Hampshire",
|
|
"New Jersey",
|
|
"New Mexico",
|
|
"New York",
|
|
"North Dakota",
|
|
"North Carolina",
|
|
"Ohio",
|
|
"Oklahoma",
|
|
"Oregon",
|
|
"Pennsylvania",
|
|
"Rhode Island",
|
|
"South Carolina",
|
|
"South Dakota",
|
|
"Tennessee",
|
|
"Texas",
|
|
"Utah",
|
|
"Vermont",
|
|
"Virginia",
|
|
"Washington",
|
|
"West Virginia",
|
|
"Wisconsin",
|
|
"Wyoming"
|
|
]
|
|
});
|
|
|
|
$("#state2").editable({
|
|
value: "California",
|
|
typeahead: {
|
|
name: "state",
|
|
local: [
|
|
"Alabama",
|
|
"Alaska",
|
|
"Arizona",
|
|
"Arkansas",
|
|
"California",
|
|
"Colorado",
|
|
"Connecticut",
|
|
"Delaware",
|
|
"Florida",
|
|
"Georgia",
|
|
"Hawaii",
|
|
"Idaho",
|
|
"Illinois",
|
|
"Indiana",
|
|
"Iowa",
|
|
"Kansas",
|
|
"Kentucky",
|
|
"Louisiana",
|
|
"Maine",
|
|
"Maryland",
|
|
"Massachusetts",
|
|
"Michigan",
|
|
"Minnesota",
|
|
"Mississippi",
|
|
"Missouri",
|
|
"Montana",
|
|
"Nebraska",
|
|
"Nevada",
|
|
"New Hampshire",
|
|
"New Jersey",
|
|
"New Mexico",
|
|
"New York",
|
|
"North Dakota",
|
|
"North Carolina",
|
|
"Ohio",
|
|
"Oklahoma",
|
|
"Oregon",
|
|
"Pennsylvania",
|
|
"Rhode Island",
|
|
"South Carolina",
|
|
"South Dakota",
|
|
"Tennessee",
|
|
"Texas",
|
|
"Utah",
|
|
"Vermont",
|
|
"Virginia",
|
|
"Washington",
|
|
"West Virginia",
|
|
"Wisconsin",
|
|
"Wyoming"
|
|
]
|
|
}
|
|
});
|
|
|
|
$("#fruits").editable({
|
|
pk: 1,
|
|
limit: 3,
|
|
source: [
|
|
{
|
|
value: 1,
|
|
text: "banana"
|
|
},
|
|
{
|
|
value: 2,
|
|
text: "peach"
|
|
},
|
|
{
|
|
value: 3,
|
|
text: "apple"
|
|
},
|
|
{
|
|
value: 4,
|
|
text: "watermelon"
|
|
},
|
|
{
|
|
value: 5,
|
|
text: "orange"
|
|
}
|
|
]
|
|
});
|
|
|
|
$("#tags").editable({
|
|
inputclass: "input-large",
|
|
select2: {
|
|
tags: ["html", "javascript", "css", "ajax"],
|
|
tokenSeparators: [",", " "]
|
|
}
|
|
});
|
|
|
|
$("#address").editable({
|
|
url: "/post",
|
|
value: {
|
|
city: "Moscow",
|
|
street: "Lenina",
|
|
building: "12"
|
|
},
|
|
validate: function(value) {
|
|
if (value.city === "") return "city is required!";
|
|
},
|
|
display: function(value) {
|
|
if (!value) {
|
|
$(this).empty();
|
|
return;
|
|
}
|
|
var html =
|
|
"<b>" +
|
|
$("<div>")
|
|
.text(value.city)
|
|
.html() +
|
|
"</b>, " +
|
|
$("<div>")
|
|
.text(value.street)
|
|
.html() +
|
|
" st., bld. " +
|
|
$("<div>")
|
|
.text(value.building)
|
|
.html();
|
|
$(this).html(html);
|
|
}
|
|
});
|
|
|
|
$("#user .editable").on("hidden", function(e, reason) {
|
|
if (reason === "save" || reason === "nochange") {
|
|
var $next = $(this)
|
|
.closest("tr")
|
|
.next()
|
|
.find(".editable");
|
|
if ($("#autoopen").is(":checked")) {
|
|
setTimeout(function() {
|
|
$next.editable("show");
|
|
}, 300);
|
|
} else {
|
|
$next.focus();
|
|
}
|
|
}
|
|
});
|
|
}
|
|
})(jQuery);
|
|
|
|
(function($) {
|
|
"use strict";
|
|
/*Quill editor*/
|
|
if ($("#quillExample1").length) {
|
|
var quill = new Quill("#quillExample1", {
|
|
modules: {
|
|
toolbar: [
|
|
[
|
|
{
|
|
header: [1, 2, false]
|
|
}
|
|
],
|
|
["bold", "italic", "underline"],
|
|
["image", "code-block"]
|
|
]
|
|
},
|
|
placeholder: "Compose an epic...",
|
|
theme: "snow" // or 'bubble'
|
|
});
|
|
}
|
|
|
|
/*simplemde editor*/
|
|
if ($("#simpleMde").length) {
|
|
var simplemde = new SimpleMDE({ element: $("#simpleMde")[0] });
|
|
}
|
|
|
|
/*Tinymce editor*/
|
|
if ($("#tinyMceExample").length) {
|
|
tinymce.init({
|
|
selector: "#tinyMceExample",
|
|
height: 500,
|
|
theme: "modern",
|
|
plugins: [
|
|
"advlist autolink lists link image charmap print preview hr anchor pagebreak",
|
|
"searchreplace wordcount visualblocks visualchars code fullscreen",
|
|
"insertdatetime media nonbreaking save table contextmenu directionality",
|
|
"emoticons template paste textcolor colorpicker textpattern imagetools codesample toc help"
|
|
],
|
|
toolbar1:
|
|
"undo redo | insert | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image",
|
|
toolbar2:
|
|
"print preview media | forecolor backcolor emoticons | codesample help",
|
|
image_advtab: true,
|
|
templates: [
|
|
{
|
|
title: "Test template 1",
|
|
content: "Test 1"
|
|
},
|
|
{
|
|
title: "Test template 2",
|
|
content: "Test 2"
|
|
}
|
|
],
|
|
content_css: []
|
|
});
|
|
}
|
|
|
|
/*Summernote editor*/
|
|
if ($("#summernoteExample").length) {
|
|
$("#summernoteExample").summernote({
|
|
height: 300,
|
|
tabsize: 2
|
|
});
|
|
}
|
|
|
|
/*X-editable editor*/
|
|
if ($("#editable-form").length) {
|
|
$.fn.editable.defaults.mode = "inline";
|
|
$.fn.editableform.buttons =
|
|
'<button type="submit" class="btn btn-primary btn-sm editable-submit">' +
|
|
'<i class="fa fa-fw fa-check"></i>' +
|
|
"</button>" +
|
|
'<button type="button" class="btn btn-default btn-sm editable-cancel">' +
|
|
'<i class="fa fa-fw fa-times"></i>' +
|
|
"</button>";
|
|
$("#username").editable({
|
|
type: "text",
|
|
pk: 1,
|
|
name: "username",
|
|
title: "Enter username"
|
|
});
|
|
|
|
$("#firstname").editable({
|
|
validate: function(value) {
|
|
if ($.trim(value) === "") return "This field is required";
|
|
}
|
|
});
|
|
|
|
$("#sex").editable({
|
|
source: [
|
|
{
|
|
value: 1,
|
|
text: "Male"
|
|
},
|
|
{
|
|
value: 2,
|
|
text: "Female"
|
|
}
|
|
]
|
|
});
|
|
|
|
$("#status").editable();
|
|
|
|
$("#group").editable({
|
|
showbuttons: false
|
|
});
|
|
|
|
$("#vacation").editable({
|
|
datepicker: {
|
|
todayBtn: "linked"
|
|
}
|
|
});
|
|
|
|
$("#dob").editable();
|
|
|
|
$("#event").editable({
|
|
placement: "right",
|
|
combodate: {
|
|
firstItem: "name"
|
|
}
|
|
});
|
|
|
|
$("#meeting_start").editable({
|
|
format: "yyyy-mm-dd hh:ii",
|
|
viewformat: "dd/mm/yyyy hh:ii",
|
|
validate: function(v) {
|
|
if (v && v.getDate() === 10) return "Day cant be 10!";
|
|
},
|
|
datetimepicker: {
|
|
todayBtn: "linked",
|
|
weekStart: 1
|
|
}
|
|
});
|
|
|
|
$("#comments").editable({
|
|
showbuttons: "bottom"
|
|
});
|
|
|
|
$("#note").editable();
|
|
$("#pencil").on("click", function(e) {
|
|
e.stopPropagation();
|
|
e.preventDefault();
|
|
$("#note").editable("toggle");
|
|
});
|
|
|
|
$("#state").editable({
|
|
source: [
|
|
"Alabama",
|
|
"Alaska",
|
|
"Arizona",
|
|
"Arkansas",
|
|
"California",
|
|
"Colorado",
|
|
"Connecticut",
|
|
"Delaware",
|
|
"Florida",
|
|
"Georgia",
|
|
"Hawaii",
|
|
"Idaho",
|
|
"Illinois",
|
|
"Indiana",
|
|
"Iowa",
|
|
"Kansas",
|
|
"Kentucky",
|
|
"Louisiana",
|
|
"Maine",
|
|
"Maryland",
|
|
"Massachusetts",
|
|
"Michigan",
|
|
"Minnesota",
|
|
"Mississippi",
|
|
"Missouri",
|
|
"Montana",
|
|
"Nebraska",
|
|
"Nevada",
|
|
"New Hampshire",
|
|
"New Jersey",
|
|
"New Mexico",
|
|
"New York",
|
|
"North Dakota",
|
|
"North Carolina",
|
|
"Ohio",
|
|
"Oklahoma",
|
|
"Oregon",
|
|
"Pennsylvania",
|
|
"Rhode Island",
|
|
"South Carolina",
|
|
"South Dakota",
|
|
"Tennessee",
|
|
"Texas",
|
|
"Utah",
|
|
"Vermont",
|
|
"Virginia",
|
|
"Washington",
|
|
"West Virginia",
|
|
"Wisconsin",
|
|
"Wyoming"
|
|
]
|
|
});
|
|
|
|
$("#state2").editable({
|
|
value: "California",
|
|
typeahead: {
|
|
name: "state",
|
|
local: [
|
|
"Alabama",
|
|
"Alaska",
|
|
"Arizona",
|
|
"Arkansas",
|
|
"California",
|
|
"Colorado",
|
|
"Connecticut",
|
|
"Delaware",
|
|
"Florida",
|
|
"Georgia",
|
|
"Hawaii",
|
|
"Idaho",
|
|
"Illinois",
|
|
"Indiana",
|
|
"Iowa",
|
|
"Kansas",
|
|
"Kentucky",
|
|
"Louisiana",
|
|
"Maine",
|
|
"Maryland",
|
|
"Massachusetts",
|
|
"Michigan",
|
|
"Minnesota",
|
|
"Mississippi",
|
|
"Missouri",
|
|
"Montana",
|
|
"Nebraska",
|
|
"Nevada",
|
|
"New Hampshire",
|
|
"New Jersey",
|
|
"New Mexico",
|
|
"New York",
|
|
"North Dakota",
|
|
"North Carolina",
|
|
"Ohio",
|
|
"Oklahoma",
|
|
"Oregon",
|
|
"Pennsylvania",
|
|
"Rhode Island",
|
|
"South Carolina",
|
|
"South Dakota",
|
|
"Tennessee",
|
|
"Texas",
|
|
"Utah",
|
|
"Vermont",
|
|
"Virginia",
|
|
"Washington",
|
|
"West Virginia",
|
|
"Wisconsin",
|
|
"Wyoming"
|
|
]
|
|
}
|
|
});
|
|
|
|
$("#fruits").editable({
|
|
pk: 1,
|
|
limit: 3,
|
|
source: [
|
|
{
|
|
value: 1,
|
|
text: "banana"
|
|
},
|
|
{
|
|
value: 2,
|
|
text: "peach"
|
|
},
|
|
{
|
|
value: 3,
|
|
text: "apple"
|
|
},
|
|
{
|
|
value: 4,
|
|
text: "watermelon"
|
|
},
|
|
{
|
|
value: 5,
|
|
text: "orange"
|
|
}
|
|
]
|
|
});
|
|
|
|
$("#tags").editable({
|
|
inputclass: "input-large",
|
|
select2: {
|
|
tags: ["html", "javascript", "css", "ajax"],
|
|
tokenSeparators: [",", " "]
|
|
}
|
|
});
|
|
|
|
$("#address").editable({
|
|
url: "/post",
|
|
value: {
|
|
city: "Moscow",
|
|
street: "Lenina",
|
|
building: "12"
|
|
},
|
|
validate: function(value) {
|
|
if (value.city === "") return "city is required!";
|
|
},
|
|
display: function(value) {
|
|
if (!value) {
|
|
$(this).empty();
|
|
return;
|
|
}
|
|
var html =
|
|
"<b>" +
|
|
$("<div>")
|
|
.text(value.city)
|
|
.html() +
|
|
"</b>, " +
|
|
$("<div>")
|
|
.text(value.street)
|
|
.html() +
|
|
" st., bld. " +
|
|
$("<div>")
|
|
.text(value.building)
|
|
.html();
|
|
$(this).html(html);
|
|
}
|
|
});
|
|
|
|
$("#user .editable").on("hidden", function(e, reason) {
|
|
if (reason === "save" || reason === "nochange") {
|
|
var $next = $(this)
|
|
.closest("tr")
|
|
.next()
|
|
.find(".editable");
|
|
if ($("#autoopen").is(":checked")) {
|
|
setTimeout(function() {
|
|
$next.editable("show");
|
|
}, 300);
|
|
} else {
|
|
$next.focus();
|
|
}
|
|
}
|
|
});
|
|
}
|
|
})(jQuery);
|