Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: Closable forms

$
0
0
Re: Closable forms
FoxInCloud
Re: Closable forms
Apr. 19, 2013
06:32 am
3RK0E0YH1Show this entire thread in new window
Gratar Image based on email address
From:Michele
To:FoxInCloud support
Added the first one...or better modified what already was in code
I had already the second block in XMLdialogAdd....

I have still the problem.


modify command awServer

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'); + ']'


I don't understand why, but in my app i have some forms with the closing button in the controlbox of the form and some others without.....but all my forms have closable property set to .T. Is there another property i have to set to have all the controlbox in the right corner of the form ?

Thanks



Viewing all articles
Browse latest Browse all 10393

Trending Articles