if (typeof $.fn.select2 != 'undefined')
{
var tags= 'one, two, three';
$("#selectTags").select2({
placeholder: "Select options",
selectOnBlur: false,
openOnEnter: true,
blurOnChange: true,
allowClear: false,
tags: tags
});
}
I have a great passion on software development. I want to be a good software developer. And I am Interested in a challenging technical track career in secure web application development environment. Accomplished software engineer specializing in object-oriented approaches to platform development.
Sunday, January 26, 2014
wysihtml5 configuration
$('.wysihtml5').wysihtml5({
link: false,
'font-styles': true,
emphasis: true,
lists: true,
html: false,
image: false,
'color': true,
'format-code': false,
events: {
load: function() {
console.log('lodded');
}
}
});
link: false,
'font-styles': true,
emphasis: true,
lists: true,
html: false,
image: false,
'color': true,
'format-code': false,
events: {
load: function() {
console.log('lodded');
}
}
});
wysihtml5 field update
$(" #myfiled").val('');
$('#myfield').data("wysihtml5").editor.setValue('');
$('#myfield').data("wysihtml5").editor.setValue('');
Subscribe to:
Posts (Atom)