PHP Classes

File: tpl/dialog.tpl.php

Recommend this page to a friend!
  Classes of Jacek Lukasiewicz   jQueryUI PHP wrapper   tpl/dialog.tpl.php   Download  
File: tpl/dialog.tpl.php
Role: Auxiliary script
Content type: text/plain
Description: dialog template
Class: jQueryUI PHP wrapper
Generate HTML for pages using jQuery UI widgets
Author: By
Last change:
Date: 12 years ago
Size: 145 bytes
 

Contents

Class file image Download
<?php include 'generic-js.tpl.php';?>
<div id="<?php print $this->id; ?>" title="<?php print $this->title; ?>"><?php print $this->text; ?></div>