↧
From: | Michele |
To: | FoxInCloud support |
I have still the problem.
PROTECTED FUNCTION awProcess.wFormHTML && {en} HTML for an application form {fr} Code HTML d'un formulaire de l'application
lcClose = Iif(m.toForm.ControlBox, [<div class="_close"></div>] , '') lcClose = Iif(m.toForm.ControlBox AND m.toForm.Closable, Textmerge([<a href="."></a>] ), '')
PROCEDURE awAJAX.XMLdialogAdd && {en} Adds instructions to display a dialog to the XML response {fr} Ajoute les instructions pour afficher un dialogue à la réponse XML
lcButtons = ''; && {en} buttons displayed in the title bar {fr} boutons à afficher dans la barre de titre + '['; && {en} JavaScript array {fr} tableau JavaScript + Iif(m.toForm.ControlBox; , cWords(','; , cLitteralJS(m.toForm.MinButton); && cLitteralJS(): {en} creates a JavaScript litteral {fr} produit un littéral JavaScript , cLitteralJS(m.toForm.MaxButton); , cLitteralJS(m.toForm.Closable AND NOT m.toForm.wlModal); &&&& {en} to be modified when .click() will be supported on close button {fr} à modifier quand .click() sera supporté sur le bouton de fermeture ); , 'false,false,false'); + ']'
Thanks