Search Type: Posts; User: trubit
Search: Search took 0.03 seconds.
-
14 Dec 2012 4:14 AM
Jump to post Thread: Toolbar button style by trubit
- Replies
- 28
- Views
- 43,881
This follows themes colors and is propably easiest way how to do it in Ext 4.1
{ xtype: 'button',
text: 'Button',
listeners: {
render: function() {
... -
15 Jun 2012 5:46 AM
- Replies
- 5
- Views
- 806
I found that calling .refresh() after helps to run that. It is because when using renderTo the painted event is not fired.
-
15 Jun 2012 4:40 AM
- Replies
- 5
- Views
- 806
Hi,
I actually need to user carousel's renderTo property as above. How can i do that?
I have Container with html (text, images, divs). I need to render carousel inside one of container's html divs....
Results 1 to 3 of 3
