Showing posts with label TreeMenu. Show all posts
Showing posts with label TreeMenu. Show all posts

Thursday, November 22, 2012

New paid version of ApPHP DataValidator has been released

We've released new paid version of ApPHP DataValidator - 2.0.1

ApPHP DataValidator is a simple lightweight tool useful for primary general data checks. It handles numbers, strings, emails, URLs. A range of parameters is provided for a wide variety of different verifications. All parameters are used optionally and could be switched on and off for every specific value.
The DataValidator component accepts an array or an object as data container, so it can be easily used to check values got by HTTP request, obtained from database, parsed XML or CSV file or any other source as soon as data are in correct format (array('key'=>'value')). Error handling is made easy and flexible. If validation process fails, you can either obtain a generated error-message or use error-details for logging and user informing in you own style.

Data validation is typically used to make sure that incoming data has a certain quality/value. The validation process is running on a server-side.

To see the script in action click here: LIVE DEMO 

To check recent changes click here: CHANGE LOG

Monday, July 09, 2012

The new version 3.0.2 of ApPHP TreeMenu has been released.


The new version 3.0.2 of ApPHP TreeMenu is available now for downloading. There are some new additions and improvements in this version.


The ApPHP TreeMenu is a PHP script that generates multilevel tree menu control. It was specially designed for web developers. Tree menu is one of the most popular and commonly used navigation controls and it allows you to set up and use in no time.



Here the last additions and improvements:

* Feature: [added] animation effects when nodes appear/disappear
* Feature: [added] possibility to specify which of the sub-nodes will be selected
when you click on the given node
* Feature: [added] possibility to sort sub-nodes by name
* Feature: [added] 'expand all' and 'collapse all' buttons
* Improvement: [improved] security increased
* Bugs fixed

To view a Live Demo click here.

Code example: here.


Saturday, July 16, 2011

New version 2.1.2 of ApPHP TreeMenu was released


The new version 2.1.2 of ApPHP TreeMenu is available now for downloading. There are some new additions and improvements in this version.


The ApPHP TreeMenu is a PHP script that generates multilevel tree menu control. It was specially designed for web developers. Tree menu is one of the most popular and commonly used navigation controls and it allows you to set up and use in no time.



Here the main additions and improvements:

* Feature: [added] possibility to use an anchor to navigate to treemenu object after a node is clicked
* Feature: [added] right-to-left layout
* Feature: [added] possibility to set tooltips for nodes
* Feature: [improved] security increased
* Feature: [improved] selected node becomes unclickable (optional)
* Feature: [improved] when one clicks on a node, all the nodes of the same level collapse
* Bugs fixed

To view a Live Demo click here.

Code example: here.


Friday, April 16, 2010

New version 2.0.1 of ApPHP TreeMenu released


The new version 2.0.1 of ApPHP TreeMenu is available now for downloading. There are some new additions and improvements in this version.




The ApPHP TreeMenu is a PHP script that generates multilevel tree menu control. It was specially designed for web developers. Tree menu is one of the most popular and commonly used navigation controls and it allows you to set up and use in no time.



Here the main additions and improvements:

* Feature: [added] submission using AJAX
* Feature: [added] attaching text, PHP and HTML files
* Feature: [added] building a tree menu from contents of a folder
* Feature: [added] displaying icons to the left of nodes
* Feature: [added] saving variables (GET-parameters) that were used to get access to the page

* Feature: [improved] new styles (xp and vista)

To view a Live Demo click here.

Code example: here.