Browse Source

update readme with radixdance option

Robin Herbots 12 years ago
parent
commit
f8495f06eb
1 changed files with 7 additions and 1 deletions
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -223,6 +223,8 @@ $(document).ready(function(){
 });
 });
 ```
 ```
 
 
+#### skipRadixDance
+
 If you define a radixPoint the caret will always jump to the integer part, until you type the radixpoint.  
 If you define a radixPoint the caret will always jump to the integer part, until you type the radixpoint.  
 
 
 ```javascript
 ```javascript
@@ -231,6 +233,8 @@ $(document).ready(function(){
 });
 });
 ```
 ```
 
 
+This behavior can be skipped by setting the skipRadixDance to true.
+
 #### align the numerics to the right
 #### align the numerics to the right
 
 
 By setting the rightAlignNumerics you can specify to right align a numeric inputmask.  Default is true.  
 By setting the rightAlignNumerics you can specify to right align a numeric inputmask.  Default is true.  
@@ -541,8 +545,10 @@ $(document).ready(function(){
 });
 });
 ```
 ```
 
 
+RadixDance
+
 With the decimal mask the caret will always jump to the integer part, until you type the radixpoint.  
 With the decimal mask the caret will always jump to the integer part, until you type the radixpoint.  
-There is autocompletion on tab with decimal numbers.
+There is autocompletion on tab with decimal numbers.  You can disable this behaviour by setting the skipRadixDance to true.
 
 
 Define the radixpoint
 Define the radixpoint