Dashboard sipadu mbip
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. 'use strict';
  2. $(document).ready(function(){
  3. // $('#text_demo1').tooltip({'trigger':'focus', 'title': 'Dismissible popover','content': 'sdff fgfg'});
  4. setTimeout(function(){
  5. $('#text_demo, #textarea_demo, #checkbox_demo, #select_demo').tm_editbale('init',{
  6. theme:'dotted-line-theme',
  7. full_length:{
  8. outside:false,
  9. inside:true
  10. },
  11. outside_btn:{
  12. onshow:"",
  13. new_line:false,
  14. onhover:''
  15. },
  16. inside_btn:{
  17. new_line:false,
  18. ok:"<i class='icofont icofont-ui-check'></i>",
  19. cancel:"<i class='icofont icofont-ui-close'></i>"
  20. }
  21. });
  22. $('#radio_demo').tm_editbale('init',{
  23. theme:'dotted-line-theme',
  24. full_length:{
  25. outside:false,
  26. inside:true
  27. },
  28. outside_btn:{
  29. onshow:"",
  30. new_line:false,
  31. onhover:''
  32. },
  33. inside_btn:{
  34. new_line:false,
  35. ok:"<i class='icofont icofont-ui-check'></i>",
  36. cancel:"<i class='icofont icofont-ui-close'></i>"
  37. }
  38. });
  39. },350);
  40. });