PHP Classes

File: frmAnag5_horizontal.xml

Recommend this page to a friend!
  Classes of Fabio Pintore   FormE   frmAnag5_horizontal.xml   Download  
File: frmAnag5_horizontal.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FormE
Build form and manage MySQL table records with XML
Author: By
Last change:
Date: 6 years ago
Size: 5,841 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <form name="frmAnagrafica" class="form-horizontal" x-table="Anagrafica" x-layout="desktops"> <boxInput x-col="9"> <label x-col="2">Avatar</label> <DBIcon x-col="3" style="width:150px; height:150px">ANAAvatar2</DBIcon> </boxInput> <boxInput x-col="9"> <label x-col="2">ID</label> <DBInput x-col="1">ANAId</DBInput> </boxInput> <boxInput x-col="9"> <label x-col="2">Nome</label> <DBInput2 x-col="4" placeholder="Nome" x-image="user">ANANome</DBInput2> </boxInput> <boxInput x-col="9"> <label x-col="2">Cognome</label> <DBInput x-col="7" placeholder="Cognome" required="required">ANACogno</DBInput> </boxInput> <boxInput x-col="9"> <label x-col="2">Data di Nascita</label> <DBDateIT x-col="2" data-date-end-date='today'>ANADtNasc</DBDateIT> </boxInput> <boxInput x-col="9"> <label x-col="2">Phone</label> <DBInput2 x-col="2" data-mask='(+99) 99 99999999' placeholder="(+xx) xx xxxxxxxx" x-image="phone">ANAPhone</DBInput2> </boxInput> <boxInput x-col="9"> <label x-col="2">Mobile</label> <DBInput2 x-col="2" data-mask='(+99) 999 9999999' placeholder="(+xx) xxx xxxxxxx" x-image="mobile-phone">ANAMobile</DBInput2> </boxInput> <boxInput x-col="9"> <label x-col="2">Email</label> <DBInput2 x-col="4" x-valid="checkEmail" x-image="envelope-o">ANAEMail <help x-title="Email">Email not valid !!</help> </DBInput2> </boxInput> <boxInput x-col="9"> <label x-col="2">Continente</label> <DBComboBoxCascade x-col="2" size="1" placeholder="Continenti" x-cbCascade="grpADDRESS" x-valid="showMap">COId <DBOption x-tbRef="Continenti" x-tbKey="COId" x-tbDescr="CODescr" x-tbOrder="CODescr"></DBOption> </DBComboBoxCascade> </boxInput> <boxInput x-col="9"> <label x-col="2">Stato</label> <DBComboBoxCascade x-col="2" size="1" placeholder="Stato" x-cbCascade="grpADDRESS" required="required" x-valid="showMap">STId <DBOption x-tbRef="Stato" x-tbKey="STId" x-tbDescr="STDescr" x-tbOrder="STDescr" x-tbParentKey="COId"></DBOption> </DBComboBoxCascade> </boxInput> <boxInput x-col="9"> <label x-col="2">Citta</label> <DBComboBoxCascade x-col="2" size="1" placeholder="Citta" x-cbCascade="grpADDRESS" x-valid="showMap">CTId <DBOption x-tbRef="Citta" x-tbKey="CTId" x-tbDescr="CTDescr" x-tbOrder="CTDescr" x-tbParentKey="STId"></DBOption> </DBComboBoxCascade> </boxInput> <boxInput x-col="9"> <label x-col="2">Dug</label> <DBComboBox x-col="3" size="1" placeholder="Dug">DUGId <DBOption x-tbRef="Dug" x-tbKey="DUGId" x-tbDescr="DUGDescr"></DBOption> </DBComboBox> </boxInput> <boxInput x-col="9"> <label x-col="2">Via</label> <DBInput x-col="3" placeholder="Via" x-valid="showMap">ANAVia <help x-title="Via">Inserisci l'indirizzo " correttamente senza specificare via o piazza, etcc.. poi inerisci la virgola ed il numero civico e scala, es: Aldo Rossi, 67/B</help> </DBInput> </boxInput> <boxInput x-col="9"> <label x-col="2">Mappa Bing</label> <DBMapBing x-col="7" style="width:400px; height:400px">ANAMap</DBMapBing> </boxInput> <boxInput x-col="9"> <label x-col="2">Data di Iscrizione</label> <DBDateEN x-col="2" data-defaultViewDate="today">ANADtIscr</DBDateEN> </boxInput> <boxInput x-col="9"> <label x-col="2">Range IP</label> <DBInput x-col="2" size="20" data-mask='099.099.099.099' placeholder="From IP">IPStart</DBInput> <DBInput x-col="2" size="20" data-mask='099.099.099.099' placeholder="To IP">IPEnd <help x-title="IP">Inserisci gli IP avendo cura di rispettare i valori !!!</help> </DBInput> </boxInput> <boxInput x-col="9"> <label x-col="2">Tipo</label> <inline x-col="7" style="font-weight: bold;"> <DBRadio>ANATipo <option value="CA">Caucasico</option> <option value="AS">Asiatico</option> <option value="AF">Africano</option> <option value="MO">Mongolico</option> <option value="AM">Americano</option> </DBRadio> </inline> </boxInput> <boxInput x-col="9"> <label x-col="2">Lingue</label> <inline x-col="7" style="font-weight: bold;"> <DBCheck x-descr="Inglese">ANAlpENG</DBCheck> <DBCheck x-descr="Spagnolo">ANAlpESP</DBCheck> </inline> </boxInput> <boxInput x-col="9"> <label x-col="2">Music</label> <inline x-col="7" style="font-weight: 900;"> <DBCheck x-descr="Rock" x-states="Rock|rrr">ANAmuRock</DBCheck> <DBCheck x-descr="Disco" x-states="Disco|ddd">ANAmuDisco</DBCheck> <DBCheck x-descr="Classica" x-states="Class|ccc">ANAmuClas</DBCheck> </inline> </boxInput> <boxInput x-col="9"> <label x-col="2">Note</label> <DBTextArea x-col="5" rows="8" cols="200">ANANote <help x-title="Note">Inserisci le principali caratteristiche della persona </help> </DBTextArea> </boxInput> <boxInput x-col="9"> <label x-col="2">Interessi</label> <DBComboBox x-col="3" size="5" multiple="multiple">ANAInteressi <DBOption x-tbRef="Interessi" x-tbKey="INTId" x-tbDescr="INTDescr" x-tbOrder="INTDescr"></DBOption> </DBComboBox> </boxInput> <boxInput x-col="9"> <label x-col="2">File1</label> <DBInputFile x-col="5" placeholder="File">linkFile1 <!-- upload in directory default (upload) x-upload="" --> <help x-title="File">Insert file</help> </DBInputFile> </boxInput> <boxInput x-col="9"> <label x-col="2">File2</label> <DBInputFile x-col="5" placeholder="File" x-upload="upload2">linkFile2 <!-- upload in x-upload=directory upload2 --> <help x-title="File">Insert file</help> </DBInputFile> </boxInput> <boxInput x-col="9"> <inline x-col="5"></inline> <DBApply x-callback="myFuncExit">Salva</DBApply> </boxInput> </form>