0

I am planning to implement the custom widget in sencha as shown in the image.enter image description here

Does any body have any ideas on how to implement it? Any clues will be very helpful.

Thank you

Gendaful
  • 5,522
  • 11
  • 57
  • 76

1 Answers1

-2

Try look at ../resources/css/sencha_touch.css can you modified the class. I hope help you.

hekomobile
  • 1,388
  • 1
  • 14
  • 35
  • Modifying css files will definitely not help you creating that widget... Also, it is not good practice to change things n the sencha_touch.css. Using own CSS classes is much more appropriate. – Titouan de Bailleul May 23 '12 at 18:15
  • What?? Do you know what is going on DOM elements in Sencha Touch? Sencha auto adjust whenever element on it. Please inspect the DOM for your knowledge before adding your comment please. What's going on... – hekomobile May 23 '12 at 18:50