Commit d25db604 authored by Ilya Kirillov's avatar Ilya Kirillov

Added function for receiving ContentControl by Id.

parent 6c4898da
...@@ -15179,6 +15179,10 @@ CDocument.prototype.RemoveContentControl = function(Id) ...@@ -15179,6 +15179,10 @@ CDocument.prototype.RemoveContentControl = function(Id)
oDocContent.Remove_FromContent(nIndex, 1); oDocContent.Remove_FromContent(nIndex, 1);
} }
}; };
CDocument.prototype.GetContentControl = function(Id)
{
return this.TableId.Get_ById(Id);
};
function CDocumentSelectionState() function CDocumentSelectionState()
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment