Subversion Repositories SmartDukaan

Rev

Rev 27755 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27755 Rev 32956
Line 96... Line 96...
96
});
96
});
97
 
97
 
98
function loadFeaturePanel(domId) {
98
function loadFeaturePanel(domId) {
99
	doGetAjaxRequestHandler(context + "/featurePanel", function(response) {
99
	doGetAjaxRequestHandler(context + "/featurePanel", function(response) {
100
		$('#' + domId).html(response);
100
		$('#' + domId).html(response);
101
		CKEDITOR.replace("featureEditor");
101
		//CKEDITOR.replace("featureEditor");
102
	});
102
	});
103
}
103
}
104
function loadContentPanel(domId) {
104
function loadContentPanel(domId) {
105
	doGetAjaxRequestHandler(context + "/content/index", function(response) {
105
	doGetAjaxRequestHandler(context + "/content/index", function(response) {
106
		$('#' + domId).html(response);
106
		$('#' + domId).html(response);