AJAX表单编辑与设计
我想在 mt ASP.NET 应用程序中构建用户填写表单的功能,但这些表单不是我可以硬编码到我的(企业)软件中的东西。
因此,我需要一个允许最终用户创建表单的屏幕。 以 2.0 的方式进行,我非常喜欢 PollDaddy 在他们的调查编辑器中所做的事情(干得好!)。 我该如何复制它? (别担心 pollDaddy,我的应用程序与调查无关,而且我根本不在您的域中 (-: )
由于您需要登录该网站才能使用它,我制作了一个 20 秒的视频来说明如何使用它看起来像。请参阅下面并告诉我如何最好地复制它(就像使用 JQuery 技巧一样简单?使用整个开源项目?购买一些东西?)
要求是:
- 支持多种类型的元素(如多项选择、自由文本、组合框 ) )
- 拖放
- 编辑订单
单击视频图像或此处
I want to build into mt ASP.NET application the ability for users to fill up forms, but the forms are not something I can hard-code into my (Enterprise) software.
So I need one screen that lets end users create the forms. Doing it the 2.0 way, I just love what PollDaddy did in their survey editor (great job guys!). How do I replicate that? (don't worry pollDaddy, my app has nothing to do with survey and I am not at all in your domain (-: )
Since you need to login to the site to play with it, I made a 20 sec video of how it looks like. Please see below and tell me how to best replicate this (as simple as using JQuery tip? use an entire open source project? Buy something?)
Requirements are:
- support multiple types of elements (like multiple choice, free text, comboBox)
- drag and drop
- editing of order
click image for video or here
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
AJAX 控制工具包 是免费的,并且适用于视频。 然而,JQuery 有大量的插件,很容易扩展,甚至更容易使用。 我建议从那里开始并在需要的地方扩展它。
祝你好运
The AJAX control toolkit is free and would work for some of this items shown in the video. However, JQuery has tons of plugins it is easy to extend and even easier to use. I would suggest starting there and extending it where needed.
Good Luck
您可以使用 AJAX 框架(如 ASP.NET AJAX 甚至 telerik 控件)自行构建它。 您可以使用 jQuery,但 ASP.NET AJAX 是免费的,并且可以很好地嵌入 ASP.NET 页面。 你可以买一些东西,但我还没有遇到过这样的包裹。
You could build it yourself using an AJAX framework like ASP.NET AJAX or even telerik controls. You could use jQuery but ASP.NET AJAX is free and embeds well with ASP.NET pages. You could buy something, but I've yet to encounter packages as such.