简体   繁体   English

我的Web应用程序的小部件

[英]widgets for my web application

I have to create widgets of my web app. 我必须创建我的Web应用程序的小部件。 The widgets are like textbox with buttons, but that should be enable with drap and drop and resizable feature. 这些小部件就像带有按钮的文本框,但是应该通过drap和drop以及可调整大小的功能来启用。 The data entered in the widget will be stored in the database. 在小部件中输入的数据将存储在数据库中。 How can I do with the Java script. 我该如何处理Java脚本。 I am trying to figure it out. 我正在设法弄清楚。

Please do let me know. 请让我知道。

Is it safe to use Third party libraries for a enterprise application. 将第三方库用于企业应用程序是否安全?

One of the most popular libraries for creating widgets is jquery UI. 用于创建窗口小部件的最受欢迎的库之一是jquery UI。 I use it in most of my web applications and have had a lot of success with it, and it is found in a lot of enterprise applications. 我在大多数Web应用程序中都使用了它,并取得了很多成功,并且在许多企业应用程序中都可以找到它。 You can learn about it at http://jqueryui.com 您可以在http://jqueryui.com上了解它

just to be a bit more specific than @regality, 只是比@regality更具体,

jQuery UI is def the way to go, I've used it in a couple of projects now, the bit to look for is the UI Portlets jQuery UI是定义方式,我已经在几个项目中使用过,要寻找的是UI Portlet

Alternatively, if your after BBC homepage style, take a look at the BBC's Glow Library . 另外,如果您使用的是BBC之后的首页样式,请查看BBC的Glow Library

I recommend using the jQuery Portlets tho... 我建议使用jQuery Portlet来...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM