This is a Renderer driver for Structures_DataGrid using HTML_Template_Flexy.

It adds a couple of variables to a Flexy instance and adds paging
functionality. This renderer also enables customised result messages,
customised column labels and a column label formatter

WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Flexy/

Submitted by:	Nick Hilliard <nick at foobar.org>
This commit is contained in:
Martin Wilke 2008-11-23 16:18:51 +00:00
parent a0db1fbfa0
commit e7f599b395
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223268
4 changed files with 40 additions and 0 deletions

View File

@ -1105,6 +1105,7 @@
SUBDIR += pear-Services_W3C_HTMLValidator
SUBDIR += pear-Services_Yadis
SUBDIR += pear-Services_urlTea
SUBDIR += pear-Structures_DataGrid_Renderer_Flexy
SUBDIR += pear-Structures_DataGrid_Renderer_Pager
SUBDIR += pear-Structures_DataGrid_Renderer_Smarty
SUBDIR += pear-Text_Wiki

View File

@ -0,0 +1,30 @@
# Ports collection makefile for: pear-Structures_DataGrid_Renderer_Flexy
# Date created: 26 Jun 2008
# Whom: Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#
PORTNAME= Structures_DataGrid_Renderer_Flexy
PORTVERSION= 0.1.3
CATEGORIES= www pear
MAINTAINER= nick@foobar.org
COMMENT= Renderer for pear-Structures_DataGrid using HTML_Template_Flexy
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
${PEARDIR}/HTML/Template/Flexy.php:${PORTSDIR}/devel/pear-HTML_Template_Flexy \
${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:${PORTSDIR}/www/pear-Structures_DataGrid_Renderer_Pager
CATEGORY= Structures
FILES= DataGrid/Renderer/Flexy.php
EXAMPLES= index.php templates/main.html templates/static_list.html \
templates/dynamic_list.html templates/custom_results_list.html \
templates/custom_results_default_list.html \
templates/custom_results_noargs_list.html templates/custom_results_args_list.html
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (PEAR/Structures_DataGrid_Renderer_Flexy-0.1.3.tgz) = dabe6e44be276e6a9091dea03bc8aec5
SHA256 (PEAR/Structures_DataGrid_Renderer_Flexy-0.1.3.tgz) = bea9abb94cc99475e753b0ead8adb90aaf7bcc45c6f31236425cd50398a32c67
SIZE (PEAR/Structures_DataGrid_Renderer_Flexy-0.1.3.tgz) = 9495

View File

@ -0,0 +1,6 @@
This is a Renderer driver for Structures_DataGrid using HTML_Template_Flexy.
It adds a couple of variables to a Flexy instance and adds paging
functionality. This renderer also enables customised result messages,
customised column labels and a column label formatter
WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Flexy/