I'm trying to get the document in richtexteditor after adding it in edit popup i tried using getdocument,getetext but its not working using angularjs.
while editing
this is the code in js
$scope.abcd12= function ()
{
target = $("#rteSample").ejRTE("instance");
$scope.xyz= response.data.abc;
target = $scope.xyz;
target.getSelectedHtml();
}
Attachment:
01_8e93b852.rar