Page Index Toggle Pages: 1 ... 4 5 [6]  Send TopicPrint
Very Hot Topic (More than 25 Replies) how to start on web application with ajax. (Read 36531 times)
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: how to start on web application with ajax.
Reply #75 - Sep 7th, 2007 at 11:22am
Print Post  
You should still be able to set that attribute using JavaScript and the DOM API, e.g. from the Load event of the page. We'll implement some server-side property to hide the scrollbars in the 1.0.2 release.
  
Back to top
 
IP Logged
 
kirtesh
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 40
Joined: Jul 24th, 2007
Re: how to start on web application with ajax.
Reply #76 - Sep 10th, 2007 at 7:37am
Print Post  
Sir
how to use Dom Api ...I cant understand ..
plz describe in more .


kirtesh
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: how to start on web application with ajax.
Reply #77 - Sep 10th, 2007 at 8:14am
Print Post  
I mean JavaScript methods that give you access to the page HTML elements. E.g. use getElementById to access the div element containing the flowchart image, and then set

div.overflow = "hidden"

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 ... 4 5 [6] 
Send TopicPrint