LesJ
4 Jan 2012, 9:56 AM
I'm trying to set the cursor (to pointer), but cursor is not changed over the text.
How do I change the cursor over the text?
Ext.create('Ext.draw.Text', {
renderTo: Ext.getBody(),
width: 200,
height: 350,
autoSize: false,
viewBox: false,
padding: 20,
degrees: 315,
text: 'Hi there!',
style: {
cursor: 'pointer'
},
textStyle: {
padding: 20,
fill: '#000',
font: '18px Arial',
y: 50
}
});
How do I change the cursor over the text?
Ext.create('Ext.draw.Text', {
renderTo: Ext.getBody(),
width: 200,
height: 350,
autoSize: false,
viewBox: false,
padding: 20,
degrees: 315,
text: 'Hi there!',
style: {
cursor: 'pointer'
},
textStyle: {
padding: 20,
fill: '#000',
font: '18px Arial',
y: 50
}
});