Commit 53cd1a45 authored by SergeyLuzyanin's avatar SergeyLuzyanin

export

parent 2bdd99a4
......@@ -6017,6 +6017,11 @@ background-repeat: no-repeat;\
return this.IsSlideSelect;
};
CContextMenuData.prototype.get_IsSlideHidden = function()
{
return this.IsSlideHidden;
};
asc_docs_api.prototype.sync_ContextMenuCallback = function(Data)
{
this.sendEvent("asc_onContextMenu", Data);
......@@ -7008,6 +7013,7 @@ background-repeat: no-repeat;\
CContextMenuData.prototype['get_X'] = CContextMenuData.prototype.get_X;
CContextMenuData.prototype['get_Y'] = CContextMenuData.prototype.get_Y;
CContextMenuData.prototype['get_IsSlideSelect'] = CContextMenuData.prototype.get_IsSlideSelect;
CContextMenuData.prototype['get_IsSlideHidden'] = CContextMenuData.prototype.get_IsSlideHidden;
window['Asc']['CAscSlideProps'] = CAscSlideProps;
CAscSlideProps.prototype['get_background'] = CAscSlideProps.prototype.get_background;
CAscSlideProps.prototype['put_background'] = CAscSlideProps.prototype.put_background;
......
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