Commit a565a5f0 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

on_native_message

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@66686 954022d7-b5bf-4e40-9824-e11837661b57
parent 03313921
......@@ -2548,6 +2548,27 @@ namespace NSEditorApi
LINK_PROPERTY_STRING(Command)
LINK_PROPERTY_STRING(Param)
};
class CAscExecCommandJS : public IMenuEventDataBase
{
private:
std::wstring m_sCommand;
std::wstring m_sParam;
std::wstring m_sFrameName;
public:
CAscExecCommandJS()
{
}
virtual ~CAscExecCommandJS()
{
}
LINK_PROPERTY_STRING(Command)
LINK_PROPERTY_STRING(Param)
LINK_PROPERTY_STRING(FrameName)
};
}
namespace NSEditorApi
......
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