ColdFusion UI标签到jQuery转换 [英] ColdFusion UI tags to jQuery conversion

查看:120
本文介绍了ColdFusion UI标签到jQuery转换的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图将一些具有各种ColdFusion UI标签的代码转换为jQuery。我必须创建一个迁移计划。目前这是我有的

I am trying to convert some code that has various ColdFusion UI tags to jQuery. I have to create a migration plan. Currently this is what I have

Tag             Replacement
CFApplet        ???
CFCalendar      http://jqueryui.com/datepicker/
CFChart         http://stackoverflow.com/questions/1201098/jquery-charting
CFForm          too many to list
CFGrid          http://stackoverflow.com/questions/5622716/choosing-a-jquery-datagrid-plugin
CFMap           ???
CFProgressBar   http://jqueryui.com/progressbar/
CFSlider        http://jqueryui.com/slider/
CFTextArea (rich edit) ???
CFToolTip       http://jqueryui.com/tooltip/
CFTree          http://stackoverflow.com/questions/1710114/jquery-tree-plugin
CFWindow        http://jqueryui.com/dialog/

一些ColdFusion标签,如cfapplet和cftextarea似乎没有一个简单的对应替代。我特别关注cfmap和cftextarea。

Some of the ColdFusion tags such as cfapplet and cftextarea don't seem to have a simple correspond replacement. I am particularly concerned about cfmap and cftextarea. Is there jQuery stuff that corresponds to these?

推荐答案

这里有一对我们使用的替换库和标准的ColdFusion标签:

Here's a couple replacement libraries that we use versus the standard ColdFusion tags:

CFSelect     Select2 (jQuery) http://ivaynberg.github.io/select2/
CFTextArea   CKEditor         http://ckeditor.com/
CFWindow     colorBox         http://www.jacklmoore.com/colorbox/
CFMap        Gmap3            http://gmap3.net/
CFForm       jQuery Validation Plugin   http://jqueryvalidation.org/
CFGrid       Tablesorter      http://mottie.github.io/tablesorter/docs/
CFTree       Dynatree         http://code.google.com/p/dynatree/
CFCalendar   Pikaday          http://dbushell.github.io/Pikaday/

这篇关于ColdFusion UI标签到jQuery转换的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆