core.js 的功能?

发布于 2024-08-26 01:24:19 字数 75 浏览 3 评论 0原文

MtgNavigate 和 MtgNavigate 有什么用? MtgDelete函数定义在core.js中吗?什么时候会使用/调用它?

what is the use of MtgNavigate & MtgDelete functions defined in the core.js? when it will be used/called?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倚栏听风 2024-09-02 01:24:19
  1. 阅读实际函数的作用。
  2. 您可以在 12 个配置单元(我的位于 C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12)\TEMPLATE\LAYOUTS 或 12\TEMPLATE\CONTROLTEMPLATES 中搜索此类字符串,看看是谁调用了它。
  3. 还可以使用 Reflector 搜索此类字符串,以查看 sharepoint dll 中的哪些方法使用此字符串javascript 函数(如果在代码隐藏中定义了的话)。

我可能猜想它必须与会议工作空间有关:)

  1. Read what the actual function does.
  2. You may search 12 hive (mine is at C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12)\TEMPLATE\LAYOUTS or 12\TEMPLATE\CONTROLTEMPLATES for such string to see who calls it.
  3. Also use Reflector to search for such string to see which methods in sharepoint dll use this javascript function (if any defined in code-behind).

I may guess that it has to do something with meeting workspaces :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文