Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. {
  2. aoColumns: [
  3. {
  4. oValidationOptions : {
  5. rules:{
  6. value: {
  7. number: true,
  8. maxlength: 11
  9. }
  10. },
  11. messages: {
  12. value: {
  13. number: "Įveskite skaičių",
  14. maxlength: "Galima tik 11 simbolių"
  15. }
  16. }
  17. }},
  18. {
  19. oValidationOptions : {
  20. rules:{
  21. value: {
  22. maxlength: 16
  23. }
  24. },
  25. messages: {
  26. value: {
  27. maxlength: "Galima tik 16 simbolių"
  28. }
  29. }
  30. },
  31. indicator: 'Saugojamas Stento Tipas...',
  32. tooltip: 'Pasirinkite Stento Tipą',
  33. type : "autocomplete1",
  34. autocomplete : {
  35. autofill : true,
  36. cacheLength : 10,
  37. max : 6,
  38. autofocus : true,
  39. highlight : true,
  40. mustMatch : true,
  41. selectFirst : true,
  42. source : '/patient/PkiStenosisProcedureStent/searchStentType'
  43. },
  44. onblur: 'submit'
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement