ColdFusion UI tags to jQuery conversion -


i trying convert code has various coldfusion ui tags jquery. have create migration plan. have

tag             replacement cfapplet        ??? cfcalendar      http://jqueryui.com/datepicker/ cfchart         http://stackoverflow.com/questions/1201098/jquery-charting cfform          many 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/ 

some of coldfusion tags such cfapplet , cftextarea don't seem have simple correspond replacement. particularly concerned cfmap , cftextarea. there jquery stuff corresponds these?

here's couple replacement libraries use versus 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/ 

Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -