RE: Entire keyboard-based CF application

2004-08-30 Thread Jim Davis
In pure HTML you would use the "accesskey" and "tabindex" attributes of form
elements to allow simplistic keyboard management of forms.  I'm not sure
what's available in XFORMs yet, but I have to assume it's more advanced.

Using script you can take things to the next level.  The event bubbling
model in IE makes a lot of this stuff insanely simple. 

I'm not sure sure why you would want to kill mouse applications, but again
using the event bubbling model (IE only, I beleive) you can assign all of
the mouse action handlers at the body level to "return void" or somesuch -
the event taking place anywhere on the page will bubble up to the body and
get handled there.

Jim Davis

From: Marco Antonio C. Santos [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 30, 2004 1:23 PM
To: CF-Talk
Subject: Entire keyboard-based CF application

Hi

I'm looking for how to develop an entire CF application
keyboard-based. Gmail haves funcionalities like that. What's the
secret? JS? Any example? How to kill mouse applications??? ;-)
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Entire keyboard-based CF application

2004-08-30 Thread Micha Schopman
Ugh? Why ugh? .. it doesn't bite ... 
Micha Schopman 
Software Engineer 
Modern Media, Databankweg 12 M, 3821 AL  Amersfoort 
Tel 033-4535377, Fax 033-4535388 
KvK Amersfoort 39081679, Rabo 39.48.05.380
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Entire keyboard-based CF application

2004-08-31 Thread Marco Antonio C. Santos
Thanx Jim

With XForms I can do that? How? Sorry but WHAT's XForms?

On Mon, 30 Aug 2004 19:39:40 -0400, Jim Davis
<[EMAIL PROTECTED]> wrote:
> In pure HTML you would use the "accesskey" and "tabindex" attributes of form
> elements to allow simplistic keyboard management of forms.  I'm not sure
> what's available in XFORMs yet, but I have to assume it's more advanced.
> 
> Using script you can take things to the next level.  The event bubbling
> model in IE makes a lot of this stuff insanely simple.
> 
> I'm not sure sure why you would want to kill mouse applications, but again
> using the event bubbling model (IE only, I beleive) you can assign all of
> the mouse action handlers at the body level to "return void" or somesuch -
> the event taking place anywhere on the page will bubble up to the body and
> get handled there.
> 
> Jim Davis
> 
> From: Marco Antonio C. Santos [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 30, 2004 1:23 PM
> To: CF-Talk
> Subject: Entire keyboard-based CF application
> 
> Hi
> 
> I'm looking for how to develop an entire CF application
> keyboard-based. Gmail haves funcionalities like that. What's the
> secret? JS? Any example? How to kill mouse applications??? ;-)
> 
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Entire keyboard-based CF application

2004-08-31 Thread Jim Davis
XForms is the replacement for current HTML forms - basically it's a separate
W3C standard just for forms to go with XHTML 2.0.

Hit www.W3C.org   or google "xforms" for more
information.

I believe that that enhanced forms processing in Blackstone (CF 7) is
partially XForms-based.

Jim Davis

  _  

From: Marco Antonio C. Santos [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 31, 2004 8:16 AM
To: CF-Talk
Subject: Re: Entire keyboard-based CF application

Thanx Jim

With XForms I can do that? How? Sorry but WHAT's XForms?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Entire keyboard-based CF application

2004-08-31 Thread S . Isaac Dealey
There's an XForms option -- there's also a Flash option and a default
option which creates the same html/_javascript_ forms cfform creates
now. Or so I've heard.

> XForms is the replacement for current HTML forms -
> basically it's a separate
> W3C standard just for forms to go with XHTML 2.0.

> Hit www.W3C.org   or google "xforms"
> for more information.

> I believe that that enhanced forms processing in
> Blackstone (CF 7) is partially XForms-based.

s. isaac dealey 954.927.5117
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.sys-con.com/story/?storyid=44477&DE=1
http://www.sys-con.com/story/?storyid=45569&DE=1
http://www.fusiontap.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]