AIR-FRAME / air.js

Air.js, Ultra light UI framework. No Script knowledge required, everything works on attributes & directives. Download the framework and start making your application in minutes.

Home Page:https://dbjson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Air.js

The Air.js project provides easy client side UI framework.

"Script knowledge is not required", rendering works on attributes & directives. Download the framework and start making your application in minutes.

Template Examples for Grid

<grid-container template="grid_template.html" data="cards.php?id={id}">
   <grid-columns>
      <grid-column hidden="true" title="ID" bind="ID" />
      <grid-column title="Card Num" bind="CARDNUM" />
      <grid-column title="Status" bind="STATUS" />
      <grid-column title="Created On Date" bind="CREATEDON" />
   </grid-columns>
   <grid edit-link="1" edit-id="0" edit-template="edit.html"/>
</grid-container>

Send email at bobbyandthomas@gmail.com

About

Air.js, Ultra light UI framework. No Script knowledge required, everything works on attributes & directives. Download the framework and start making your application in minutes.

https://dbjson.com


Languages

Language:JavaScript 61.3%Language:HTML 21.7%Language:CSS 9.6%Language:PHP 7.5%