Quick links: Content - sections - sub sections
EN

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
it:manuale-1.1:jforms [2010/03/17 18:00] – created aiacoponiit:manuale-1.1:jforms [2010/03/17 18:32] (current) aiacoponi
Line 1: Line 1:
-jForms is a form system which makes easier the creation of formsForms are described in an XML file, and used throughout an API and template-pluginsit allows you to automatically :+jForms è il sistema per rendere semplice la realizzazione dei moduli di inserimento (di seguito, //form//)Le //form// sono descritte in file XML e usate attraverso una API ed il motore dei template.
  
-   * generate the HTML form, by displaying required fields, help etc, and in a flexible manner +jForms permette di effettuare autoamticamente:
-   * display labels in an accessible manner; +
-   * generate javascript validation script; +
-   * validate data in the server side +
-   * display verbose error-reporting and helper messages, +
-   * manage several instances of a form at the same time - allowing to edit several records at the same time, +
-   * initialize a form from one or several DAO's data (with inputs, listbox, radios etc ...), +
-   * save data with DAOs, +
-   * save uploaded files. +
-   * generate other types of forms (with ajax, XUL, XForms etc ...) using some jforms plugins +
-   * support complex field like native captcha-fields, Wysiwyg editing field, groups, complex choices and so on.. +
-   * modify dynamically the form (add, remove, modify some controls)+
  
-jForms includes three distinct parts:+   * generare il //form// HTML, mostrando i campi richiesti ed i suggerimenti per l'inserimento in maniera flessibile; 
 +   * mostrare le etichette del campo in un formato accessibile; 
 +   * generate codice javascript per la validazione dei valori inseriti; 
 +   * gestire diverse istanze della //form// contemporaneamente - permettendo di modificare diversi record allo stesso tempo; 
 +   * mostrare messaggi di aiuto e di errori verbosi; 
 +   * inizializzare una form a partire da dati provenienti da uno o molti DAO (es. inputs, listbox, radios etc ...); 
 +   * salvare dati attraverso DAO; 
 +   * salvare i file caricati (uploaded). 
 +   * generare altri tipo di //form// (con ajax, XUL, XForms, ...) usando il sistema plugin di jform; 
 +   * supportare campi complessi come i captcha, gli editor WYSIWYG, gluppi di controlli, scelte multiple, etc; 
 +   * modificare dinamicamente la //form// (aggiungere, rimuovere, modificare i campi).
  
-   * [[en:manual-1.1:jforms:xml|XML files]] describing the forms, +jForms include tre parti distinte:
-   * server-side API to [[en:manual-1.1:jforms:usage|manage a form and it's data]], +
-   * template plugins to [[en:manual-1.1:jforms:display|display an instance of a form]].+
  
-jForms generates an object (which inherits from jFormsBase) from the XML description, allowing to initialize the form's contentsto save it, to add/remove some controls etc ... The object contains all the input in it's properties.+   * i [[it:manuale-1.1:jforms:xml|file XML]] che descrivono il formato delle //form//, 
 +   * le API lato server per [[it:manuale-1.1:jforms:usage|gestire una form]] ed i suoi dati, 
 +   * il sistema template per [[it:manual-1.1:jforms:display|mostrare la form]].
  
-The jForms object is also used by template-plugins to display the appropriate HTML elements.+jForms genera un oggetto (che eredita da jFormsBase) a partire da una descrizione XML, permettendo di inizializzare il contenuto di una form, salvarlo, aggiungere o rimuovere alcuni controlli, etc. 
 + 
 +L'oggetto jForms è usato anche dal sistema template per generare gli elementi HTML appropriati.
  

it/manuale-1.1/jforms.1268848835.txt.gz · Last modified: 2010/03/17 18:00 by aiacoponi

Recent changes RSS feed Creative Commons License