jquery-ui portlets的toscawidgets2包装器(如google ig)

tw2.jqplugins.portlets的Python项目详细描述


tw2.jqplugins.portlets是jquery ui portlet的toscawidgets2 (tw2)包装器。它有点像定制的谷歌主页上的小部件。

它的灵感来自jquery ui邮件列表中的this thread

现场演示

偷看live demonstration

在WidgetBrowser中对tw2.jqplugins.portlets进行采样

扩展tw2.jqplugins.portlets范围的最佳方法是在 tw2.devtoolswidgetbrowser。要查看配置它们的源代码, 签出tw2.jqplugins.portlets/tw2/jqplugins/portlets/samples.py

要尝试它,您需要git、python和virtualenvwrapper。运行:

$ git clone git://github.com/toscawidgets/tw2.jqplugins.portlets.git
$ cd tw2.jqplugins.portlets
$ mkvirtualenv tw2.jqplugins.portlets
(tw2.jqplugins.portlets) $ pip install tw2.devtools
(tw2.jqplugins.portlets) $ python setup.py develop
(tw2.jqplugins.portlets) $ paster tw2.browser

…然后浏览到http://localhost:8000/查看。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java CXF和授权   java在网站中部署使用swing创建的表单   java为什么getHeaderField()返回一个字符串,其中getHeaderFields()返回HttpUrlConnection中的Map<String,List<String>>   java如何检测恶意数据包?   webview中的java网页为空   java SWT图像资源,用于将我的所有图像存储在一个位置   java计算数组的最大长度,使平均值小于给定值   java“发件人电话号码无效”和美国号码   将Swing组件作为内容的自定义Java工具提示不会显示   在并发HashMap中重新灰化期间的java检索   Java 7和Tomcat 7.0.64 ClassFormatException:常量池中的字节标记无效   使用JUnit的java assertNull因NullPointerException失败   java内存中的文件是否与文件系统中的文件大小相同?   循环内实例化的类型的java注入依赖项