PHP Classes

Packages of Matías montes

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Matías montes (3)  >  Mission progress status  >  Reputation  
Picture of Matías montes
Name: Matías montes <contact>
Classes: 3
Country: Argentina Argentina
Age: 41
All time rank: 114914 in Argentina Argentina
Week rank: 195 Up2 in Argentina Argentina Up
All time users: 2778
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image FCKEditor Plug-in  
Plug-in to edit HTML in Web forms using FCKEditor
This class can be used to edit HTML documents in Web forms using the FCKEditor.

It is a plug-in that extends Manuel Lemos' forms generation and validation class to implement a new custom input. It is an alternative to textarea inputs that is able to edit HTML instead of just plain text.

It features:

* The FCKEditor Javascript library is used to display and edit the html.
* It implements a custom event named ONCOMPLETE, that is triggered when the editor is completely loaded
* Multiple FCKEditor inputs can be displayed in the same form
* Degrades gracefully to textarea input when the current browser is not supported by FCKEditor
* Supports skin and configuration customization

  Files folder image List  
Manage double-linked lists of sorted elements
This package can be used to manage double-linked listed of elements that are automatically sorted.

There is a class for managing the lists of elements of any type or class, and another for managing the list nodes of elements.

The list class provides means to add new list nodes in a position determined by the sorting criteria.

The sorting criteria can be customized passing the name of a callback function that performs the comparision between the elements of the list.

The code and the comments are in Spanish.

In Spanish:

Lista simplemente enlazada que mantiene el orden de los elementos que se le insertan.

Puede almacenar cualquier tipo de dato, incluso Objetos y arrays.

Para determinar el orden qeu se debe mantener utiliza una función definida por el usuario que se le indica a la clase al instanciarla.

  Files folder image Sorted List  
Sort objects of a double linked list
This is class extends the double linked list class by Oddleif Halvorsen to implement lists of objects that are sorted.

It can sort the list element objects once they are added to the list. The sorting order is always ascending.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z