[Proto-Scripty] Re: Masked Input in Prototype

2009-09-21 Thread Sanjay

Thanks you very much. This was very useful.

On Sep 20, 3:41 am, bjartekv bjart...@gmail.com wrote:
 On Jul 29, 11:27 pm, Alex McAuley webmas...@thecarmarketplace.com
 wrote:

  why not just port the jquery one... wont take long !

 Sorry for resurrecting this topic after two months.
 In case anyone comes to this thread looking for masked input for
 prototype (I know I did :-).
 I thought I'd mention that I've ported the jQuery version to
 prototype. You can get the code here:http://bjartekv.github.com/MaskedInput/

 Regards,

 Bjarte

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Masked Input in Prototype

2009-09-20 Thread bjartekv



On Jul 29, 11:27 pm, Alex McAuley webmas...@thecarmarketplace.com
wrote:
 why not just port the jquery one... wont take long !

Sorry for resurrecting this topic after two months.
In case anyone comes to this thread looking for masked input for
prototype (I know I did :-).
I thought I'd mention that I've ported the jQuery version to
prototype. You can get the code here: http://bjartekv.github.com/MaskedInput/

Regards,

Bjarte

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Masked Input in Prototype

2009-08-03 Thread Matt Foster

The plugin's code is compliant with not conflicting with the $
function.  But in your implementation of this plugin, you'll have to
be sure to use jQuery(#maskInput).mask(...); instead of the demo's
example code which uses the $ method.

--

http://positionabsolute.net



On Jul 30, 9:23 am, Celso cels...@gmail.com wrote:
 Unfortunately I am no expert in prototype.
 I can not believe that someone has developed a prototype mask!
 I try to use prototype and jquery together,
 Works:http://docs.jquery.com/Using_jQuery_with_Other_Libraries
 But .. the plugin does not works.

 On 29 jul, 18:27, Alex McAuley webmas...@thecarmarketplace.com
 wrote:

  why not just port the jquery one... wont take long !
  Alex Mcauleyhttp://www.thevacancymarket.com

  - Original Message -
  From: Celso cels...@gmail.com
  To: Prototype  script.aculo.us prototype-scriptaculous@googlegroups.com
  Sent: Wednesday, July 29, 2009 10:22 PM
  Subject: [Proto-Scripty] Re: Masked Input in Prototype

  something like this:http://digitalbush.com/projects/masked-input-plugin

  On 24 jul, 06:48, Richard Quadling rquadl...@googlemail.com wrote:
   2009/7/23 Matt Foster mattfoste...@gmail.com:

You must further define your idea of masked input

   http://www.google.com/search?q=define%3A+masked+inputie=utf-8oe=utf...

On Jul 23, 3:58 pm, Celso cels...@gmail.com wrote:
Anyone know a masked input in prototype?

Thanks,
Celso.

   An inputmask[1] is where you can say enter text in a form like ...

   AA nn nn nn A

   You would be able to type 2 letters, 6 numbers and then 1 letter. The
   case would be forced to upper case and the spacing would be automatic.

   BO 52 91 91 V

   for example

   OR

   Are you talking about hiding the input? Like input type=password ?

   Regards,

   Richard.

   [1]http://www.google.co.uk/search?q=define:+input+mask

   --
   -
   Richard Quadling
   Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498r=213474731
   Standing on the shoulders of some very clever giants!
   ZOPA :http://uk.zopa.com/member/RQuadling
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Masked Input in Prototype

2009-08-03 Thread Alex McAuley

Or before the code do this...

$jq=jQuery.noConflict();

then anything that you want to use jQuery's $ for just use $jq in its stead.

HTH


Alex Mcauley
http://www.thevacancymarket.com
- Original Message - 
From: Matt Foster mattfoste...@gmail.com
To: Prototype  script.aculo.us prototype-scriptaculous@googlegroups.com
Sent: Monday, August 03, 2009 4:36 PM
Subject: [Proto-Scripty] Re: Masked Input in Prototype



The plugin's code is compliant with not conflicting with the $
function.  But in your implementation of this plugin, you'll have to
be sure to use jQuery(#maskInput).mask(...); instead of the demo's
example code which uses the $ method.

--

http://positionabsolute.net



On Jul 30, 9:23 am, Celso cels...@gmail.com wrote:
 Unfortunately I am no expert in prototype.
 I can not believe that someone has developed a prototype mask!
 I try to use prototype and jquery together,
 Works:http://docs.jquery.com/Using_jQuery_with_Other_Libraries
 But .. the plugin does not works.

 On 29 jul, 18:27, Alex McAuley webmas...@thecarmarketplace.com
 wrote:

  why not just port the jquery one... wont take long !
  Alex Mcauleyhttp://www.thevacancymarket.com

  - Original Message -
  From: Celso cels...@gmail.com
  To: Prototype  script.aculo.us 
  prototype-scriptaculous@googlegroups.com
  Sent: Wednesday, July 29, 2009 10:22 PM
  Subject: [Proto-Scripty] Re: Masked Input in Prototype

  something like this:http://digitalbush.com/projects/masked-input-plugin

  On 24 jul, 06:48, Richard Quadling rquadl...@googlemail.com wrote:
   2009/7/23 Matt Foster mattfoste...@gmail.com:

You must further define your idea of masked input

   http://www.google.com/search?q=define%3A+masked+inputie=utf-8oe=utf...

On Jul 23, 3:58 pm, Celso cels...@gmail.com wrote:
Anyone know a masked input in prototype?

Thanks,
Celso.

   An inputmask[1] is where you can say enter text in a form like ...

   AA nn nn nn A

   You would be able to type 2 letters, 6 numbers and then 1 letter. The
   case would be forced to upper case and the spacing would be automatic.

   BO 52 91 91 V

   for example

   OR

   Are you talking about hiding the input? Like input type=password ?

   Regards,

   Richard.

   [1]http://www.google.co.uk/search?q=define:+input+mask

   --
   -
   Richard Quadling
   Zend Certified Engineer 
   :http://zend.com/zce.php?c=ZEND002498r=213474731
   Standing on the shoulders of some very clever giants!
   ZOPA :http://uk.zopa.com/member/RQuadling



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Masked Input in Prototype

2009-07-30 Thread Celso

Unfortunately I am no expert in prototype.
I can not believe that someone has developed a prototype mask!
I try to use prototype and jquery together,
Works: http://docs.jquery.com/Using_jQuery_with_Other_Libraries
But .. the plugin does not works.

On 29 jul, 18:27, Alex McAuley webmas...@thecarmarketplace.com
wrote:
 why not just port the jquery one... wont take long !
 Alex Mcauleyhttp://www.thevacancymarket.com

 - Original Message -
 From: Celso cels...@gmail.com
 To: Prototype  script.aculo.us prototype-scriptaculous@googlegroups.com
 Sent: Wednesday, July 29, 2009 10:22 PM
 Subject: [Proto-Scripty] Re: Masked Input in Prototype

 something like this:http://digitalbush.com/projects/masked-input-plugin

 On 24 jul, 06:48, Richard Quadling rquadl...@googlemail.com wrote:
  2009/7/23 Matt Foster mattfoste...@gmail.com:

   You must further define your idea of masked input

  http://www.google.com/search?q=define%3A+masked+inputie=utf-8oe=utf...

   On Jul 23, 3:58 pm, Celso cels...@gmail.com wrote:
   Anyone know a masked input in prototype?

   Thanks,
   Celso.

  An inputmask[1] is where you can say enter text in a form like ...

  AA nn nn nn A

  You would be able to type 2 letters, 6 numbers and then 1 letter. The
  case would be forced to upper case and the spacing would be automatic.

  BO 52 91 91 V

  for example

  OR

  Are you talking about hiding the input? Like input type=password ?

  Regards,

  Richard.

  [1]http://www.google.co.uk/search?q=define:+input+mask

  --
  -
  Richard Quadling
  Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498r=213474731
  Standing on the shoulders of some very clever giants!
  ZOPA :http://uk.zopa.com/member/RQuadling
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Masked Input in Prototype

2009-07-29 Thread Celso

something like this: http://digitalbush.com/projects/masked-input-plugin

On 24 jul, 06:48, Richard Quadling rquadl...@googlemail.com wrote:
 2009/7/23 Matt Foster mattfoste...@gmail.com:



  You must further define your idea of masked input

 http://www.google.com/search?q=define%3A+masked+inputie=utf-8oe=utf...

  On Jul 23, 3:58 pm, Celso cels...@gmail.com wrote:
  Anyone know a masked input in prototype?

  Thanks,
  Celso.

 An inputmask[1] is where you can say enter text in a form like ...

 AA nn nn nn A

 You would be able to type 2 letters, 6 numbers and then 1 letter. The
 case would be forced to upper case and the spacing would be automatic.

 BO 52 91 91 V

 for example

 OR

 Are you talking about hiding the input? Like input type=password ?

 Regards,

 Richard.

 [1]http://www.google.co.uk/search?q=define:+input+mask

 --
 -
 Richard Quadling
 Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498r=213474731
 Standing on the shoulders of some very clever giants!
 ZOPA :http://uk.zopa.com/member/RQuadling
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Masked Input in Prototype

2009-07-29 Thread Alex McAuley

why not just port the jquery one... wont take long !
Alex Mcauley
http://www.thevacancymarket.com
- Original Message - 
From: Celso cels...@gmail.com
To: Prototype  script.aculo.us prototype-scriptaculous@googlegroups.com
Sent: Wednesday, July 29, 2009 10:22 PM
Subject: [Proto-Scripty] Re: Masked Input in Prototype



something like this: http://digitalbush.com/projects/masked-input-plugin

On 24 jul, 06:48, Richard Quadling rquadl...@googlemail.com wrote:
 2009/7/23 Matt Foster mattfoste...@gmail.com:



  You must further define your idea of masked input

 http://www.google.com/search?q=define%3A+masked+inputie=utf-8oe=utf...

  On Jul 23, 3:58 pm, Celso cels...@gmail.com wrote:
  Anyone know a masked input in prototype?

  Thanks,
  Celso.

 An inputmask[1] is where you can say enter text in a form like ...

 AA nn nn nn A

 You would be able to type 2 letters, 6 numbers and then 1 letter. The
 case would be forced to upper case and the spacing would be automatic.

 BO 52 91 91 V

 for example

 OR

 Are you talking about hiding the input? Like input type=password ?

 Regards,

 Richard.

 [1]http://www.google.co.uk/search?q=define:+input+mask

 --
 -
 Richard Quadling
 Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498r=213474731
 Standing on the shoulders of some very clever giants!
 ZOPA :http://uk.zopa.com/member/RQuadling



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Masked Input in Prototype

2009-07-24 Thread Richard Quadling

2009/7/23 Matt Foster mattfoste...@gmail.com:

 You must further define your idea of masked input

 http://www.google.com/search?q=define%3A+masked+inputie=utf-8oe=utf-8aq=trls=org.mozilla:en-US:officialclient=firefox-a

 On Jul 23, 3:58 pm, Celso cels...@gmail.com wrote:
 Anyone know a masked input in prototype?

 Thanks,
 Celso.
 


An input mask [1] is where you can say enter text in a form like ...

AA nn nn nn A

You would be able to type 2 letters, 6 numbers and then 1 letter. The
case would be forced to upper case and the spacing would be automatic.

BO 52 91 91 V

for example


OR

Are you talking about hiding the input? Like input type=password ?

Regards,

Richard.

[1] http://www.google.co.uk/search?q=define:+input+mask

-- 
-
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731
Standing on the shoulders of some very clever giants!
ZOPA : http://uk.zopa.com/member/RQuadling

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: Masked Input in Prototype

2009-07-23 Thread Matt Foster

You must further define your idea of masked input

http://www.google.com/search?q=define%3A+masked+inputie=utf-8oe=utf-8aq=trls=org.mozilla:en-US:officialclient=firefox-a

On Jul 23, 3:58 pm, Celso cels...@gmail.com wrote:
 Anyone know a masked input in prototype?

 Thanks,
 Celso.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---