Questions tagged [ext-panel]
6 questions
2
votes
1 answer
Sencha Touch: Scrolling an Ext.Panel with a Vimeo video inside breaks the scroll
I'm running the latest download of sencha-touch off of the website download page.
I've got an html template with a nested iFrame that contains a Vimeo video.
When I touch any space AROUND the video, the panel scrolls exactly as expected, however, if…

Chase Florell
- 46,378
- 57
- 186
- 376
2
votes
1 answer
ExtJs4: Panel : SQL SyntaxHighlighter: No scrollbars/wrapping of lines
I am using an ExtJs Panel to display an SQL query on the screen.
For highlighting the query I am using SyntaxHighlighter.
Problem: I am not getting scrollbars in the panel even after setting "autoScroll: true" for the panel.
I have tried the…

DarkKnightFan
- 1,913
- 14
- 42
- 61
1
vote
1 answer
Remove panel border default css in ExtJS 5
I want to remove panel border completely (border, background-image and all). I have a window which has 6 panel and every panel has title. I want only title name without any border.
Question may be duplicate but i didn't get answer.
I have tried…

Puneet Chawla
- 5,729
- 4
- 16
- 33
0
votes
2 answers
Sencha Touch: How to fit an Ext.Panel's toolbar to content?
I have an Ext.Panel with a 'toolbar' that will hold a variable amount of content in a
that I want to ensure is large enough to contain all content. Is there a way to dynamically size the toolbar to fit its content?
When I add, say, multiple…

Old McStopher
- 6,295
- 10
- 60
- 89
0
votes
2 answers
ExtJs - Dynamic Ext.panel.Panel in one page
I have few Panels in my page, being created dynamically regarding the type of data that should be presenting.
I'd like to add checkbox to the title row of a particular panel. I identify this panel by it's properties (like it's name\ title and fields…

Inbal
- 9
- 3
-1
votes
2 answers
How to Reload or refresh tab panel in ext js
setInterval(function() {
currentdetik += 1;
document.getElementById("demo").innerHTML = " [ " + lastURLSegment + " ] Update Terbaru: " + new Date() + " >> Refresh in : " + (timer - currentdetik) + " detik";
…