D
D
Denis3382016-08-18 11:16:58
ExtJS/Sencha
Denis338, 2016-08-18 11:16:58

How to make tabs in ExtJS?

There is an appeal to the text field
Ext.getCmp('id').setText('Total'+'March')
I need a tab character between the words total and March. How to write it correctly, a single space does not suit

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2016-10-13
@Eltanin

Ext.getCmp('id').setValue('Total'+'\t'+'March');
Try it, I did it this way

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question