Login   Register  
PHP Classes
elePHPant
Icontem

File: tpl/dialog.tpl.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2011-05-09 06:44
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>