Examples





Page Tempate

This page uses PAJAJ's MiniTemplate. MiniTemplate uses PHP as a templating language. It work's much like Savant 3, but smaller and takes advantage of PAJAJ's code registry to handle addition of CSS and JavaScript code.

* See this pages template.

Recent Changes

  • 2005-10-20: Validate that PAJAJ output with HTML validaters, produces XHTML Transistion code
  • 2005-10-18: Added CssVMenu vertcal menu class
  • 2005-10-11: MiniTemplate class: small fast templating engine, like Savante but littler and takes advantage of PAJAJ's code registry.
  • 2005-10-09: Added stylable element, these are like mini widgets
  • 2005-10-09: Addition of a very small but PAJAJ integrated templating engine
  • 2005-10-08: Alot of change most notibly the additio of a html class to handle the page
  • 2005-10-08: Addition of a Google Maps widget
  • 2005-08-12: Added more information to be returned from events on tables and lists
  • 2005-08-13: Added change of value,innerHtml and setting selector options to ajaxUtil.processReturn(), so can be handle by default handler
  • 2005-08-19: Rewrote server side replies in ReplyRegister class, to more easily handle return of multiple actions and Widget return data to browser
  • 2005-08-19: WebServerSide changed to AjaxServerBase and now depends on ReplyRegistery
  • 2005-02-20: New widget base class.
  • 2005-02-20: Wdgets can now register class event handler, and there is default hanlder support.
  • 2005-02-22: Added SubModal widget for modal dialog box, not an Ajax component