Disabilitare campi durante evento AJAX

20 May '14, 09:47 AM
33,801 Views
No Forum Badges

Ciao,

sto cercando, in fase di inserimento dati, a disabilitare i campi del mio form allo scatenarsi di un evento AJAX, per poi riabilitarli al termine dell'evento stesso; qualcuno mi può dare qualche dritta?

Grazie, ciao.

 
x 0
Follow
Answer Answer at this question and get points!
Forum Hero - Level 9

Hi Stefano,

you can review this article http://www.webratio.com/learn/learningobject/Getting-started-with-Visibility-Conditions?link=oln2ae.redirect&nav=16#!ajax=true in the knowledge base, it can help you.

 

 
x 0
Forum Expert - Level 5

You should create a condition var, the default value of this var is false and when you launch event you set the var a true. In the conditon visibility of the field you choose the var created 

 
x 0
No Forum Badges

Thanks a lot, the problem was that in a modal page, fields of form was digitable and that was wrong. I solved this problem adding a piece of code before the closure of <head> tag in page template. The code is the seguent:

.....

<script>

Event.observe(document, "keydown", function(event) {

var overlay = $("overlay_modal")

if (overlay && overlay.style.display != "none") {

event.stop();

}

})

</script>

</head>

 

Bye, Stefano

 
x 0
Answer at this question and get points!

Related questions

Ajax and FCK Editor (WebRatio 5.x) ajax and javascript AJAX events problem to external JavaScript Ajax is not working in own style project Ajax link success callback? Ajax onchange and jQuery 2.x (with migrate plugin) incompatible Ajax on change selection field and modify units Ajax web app with javascript history object using the WebRatio Autocomplete template Automatic date in form Automatic file upload BPMN: URL field ckeditor - change directory for the browser Clean a form Como abrir una ventana en ajax desde una master page Como crear cambio de contraseƱa Como tener dos botones juntos en un formulario independientes de una accion? Como usar la funciĆ³n autocomplete en un field Compare with the current time coupled mandatory fields Cryptic error when submitting a form Custom Unit and AJAX / SOAP Drop down menu question Dudas sobre modelado(Data Flow,Forms y Operation Create) Dynamic attribute/field names. Possible? Dynamic instantiation of fields on a page for any Class type Empty record mistakenly saved entry form logic. Entry Unit - Default field timestamp Entry Unity, Field Date Type Error Field as link soruce Form element Form template forward/backward navigation and bookmark in ajax web app Generation errors on ajax enabled page with many components, ajax links and selective refresh Getting the absolute path of a RTXBLOBData Hide form until a flow is triggered Hiding form components based on page conditions Hierarchy component How I can receive the primary key value after adding into database from OK Port. How to add an image in a modal/pop-up window? How to get a wr:AjaxURL tag working How to keep current page/block of List/Hierarchy (Index) components after ajax link clickwith selective refresh? How to localize AJAX waiting dialog? How to open a window ajax in a BPM activity? How to redirect to the correct site view after a successful login attempt How to use LandmarkMenu as AJAX navigation how to use the landmark menu as AJAX navigation input mask javascript history object Multi Entry Unit: How to forward only checked rows? Multi-Image Upload Multiple forms on one page. HTML5 input attributes. Possible? (2 questions) multi selections field problem Multi Selects didn't work in update page Prelevare la chiave del record da una Selection Field in una Multiple Form Problem saving multi selection from input Problem with application runnung Progress bar when uploading big file(s) in a form? Pulire URL Redirecting users to another site view Resize fields Scroll ajax problem Search by Selector component does not work selection fields on cascade Select multiple files for upload Selezione sul giorno "Events Planning" Setting Upload directory Showing items that have a relation with an entity Slot in Selection Field Update fields based on selection of other fields Updating attributes of an entity upload file and the move it to other location upload file html Uppercase Uso de la componente chart de webRatio Validacion validation fields Value Length (Min) fails to validate when field is empty? WebRation - Create Navigation diagram What are the new features of WebRatio 6.1? which of these three models is closer to webratio/ifml way of creating web applications wr-ajaxDivs break layout on ajax pages.