如何允许用户通过扩展选项卡输入即时插件的值?

发布于 2024-09-09 09:59:53 字数 284 浏览 2 评论 0原文

我目前正在构建我的第一个即时插件,在撰写本文时无法访问任何文档。

我创建了一个生成所需输出的用户控件(单个内联文件,而不是隐藏代码)。但是,我需要一种将指定页面创建者的整数传递给控件的方法。

我已经通过将插件添加到页面属性的扩展选项卡来完成此操作。

过去,我在公司工作的方式是即时插件的实现方式,不允许用户通过页面属性进行输入 -->扩展选项卡

使其出现在扩展选项卡中的过程是什么?希望那些过去使用过即时性的人会知道我指的是什么。

目前没有文档,否则我确信它会很简单。

I am currently building my first Immediacy Plugin, and do not have access to any documentation at the time of writing this.

I have created a user control (single inline file, as opposed to code behind) that produces the required output. However I need a way of passing an integer specified the page creator to the control.

I've seen this done through adding the plugin to the Extended Tab of page properties.

In the past in the company I work for the way Immediacy Plugins have been implemented, has not allowed user input through the Page Properties --> Extended Tab

What is the process for making this appear in the Extended Tab? Those who have used Immediacy in the past will know what i'm referring to hopefully.

No documentation is to hand at the moment, otherwise i'm sure it would be simple.

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

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

发布评论

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

评论(1

沫尐诺 2024-09-16 09:59:53

如果您只想传递一个简单的变量,则不需要这样做。

只需在用户控件文件中创建一个公共属性,并在将控件插入页面时分配它即可。

仅当您手动将用户控件插入页面而不是通过插件菜单时,这才有效。

有趣的是,Immediacy 不向开发人员提供任何用于创建自己的插件的文档。无论如何,这就是我从即时支持中得到的,他们所能提供的只是有关他们为开发人员运行的课程的信息。

This is not required if you just want to be able to pass in a simple variable.

Just create a public property in your User Control file and assign it when you insert the control into the page.

This only works if you are inserting the User Control into the page manually and not through the Plugins menu.

Interestingly Immediacy do not provide any documentation to Developers for creating their own plugins. This is what I got from Immediacy support anyway, all they could offer was information about a course they run for developers.

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