Re: Setting Default Focus in CForms

2006-03-10 Thread ian . d . stewart
Have you tried

   document.form.elements['name:input'].focus?


Ian

It's better to be hated for who you are
than loved for who you are not

Ian D. Stewart
Appl Dev Analyst-Advisory, DCS Automation
JPMorganChase Global Technology Infrastructure
Phone: (614) 244-2564
Pager: (888) 260-0078



  
  "Stewart, Gary"   
  
  <[EMAIL PROTECTED]To:   
 
  cot.nhs.uk> cc:   
  
          Subject:  Setting Default 
Focus in CForms   
  03/10/2006 11:31 AM   
  
  Please respond to 
  
  users 
  

  




Hi there,

I've been trying to set the first form item to have focus when the form is
loaded. Normally it would just be a case of setting

document.form.name.focus();

but the issue seems to be that CForms uses a name:input format for the id.
Is there a way of setting the focus in CForms? I looked at the Widget API
but couldn't see a function to set the widget as focus (unless I'm missing
something... which is quite possible).

Thanks,

Gary


*
The information contained in this message may be confidential or
legally privileged and is intended for the addressee only, If you
have received this message in error or there are any problems,
please notify the originator immediately. The unauthorised use,
disclosure, copying or alteration of this message is
strictly forbidden.
*


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Setting Default Focus in CForms

2006-03-10 Thread Stewart, Gary
Hi there,

I've been trying to set the first form item to have focus when the form is 
loaded. Normally it would just be a case of setting 

document.form.name.focus();

but the issue seems to be that CForms uses a name:input format for the id. Is 
there a way of setting the focus in CForms? I looked at the Widget API but 
couldn't see a function to set the widget as focus (unless I'm missing 
something... which is quite possible).

Thanks,

Gary


*
The information contained in this message may be confidential or 
legally privileged and is intended for the addressee only, If you 
have received this message in error or there are any problems, 
please notify the originator immediately. The unauthorised use, 
disclosure, copying or alteration of this message is 
strictly forbidden.
*


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]