Skip to content
#

cfml

Here are 161 public repositories matching this topic...

Lucee Server is a dynamic, Java based (JSR-223), tag and scripting language used for rapid web application development. Lucee simplifies technologies like webservices (REST, SOAP, HTTP), ORM (Hibernate), searching (Lucene), datasources (MSSQL, Oracle, MySQL and others), caching (infinispan, ehcache, and memcached) and many more. Lucee provides a compatibility layer for Adobe ColdFusion © CFML using less resources and delivering better performance.

  • Updated May 12, 2022
  • Java
neokoenig
neokoenig commented Nov 12, 2018

This would be useful for things like bootstrap 4 which requires the active class to be set on the parent element, i.e the <li> in this example

<ul class="pagination">
  <li class="page-item"><a class="page-link" href="#">Previous</a></li>
  <li class="page-item"><a class="page-link" href="#">1</a></li>
  <li class="page-item active"><a class="page-link" href="#">2</a></li>
  <li clas

Improve this page

Add a description, image, and links to the cfml topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cfml topic, visit your repo's landing page and select "manage topics."

Learn more