Search Type: Posts; User: nd_sencha
Search: Search took 0.02 seconds.
-
3 May 2012 5:50 AM
- Replies
- 2
- Views
- 434
So is there any solution to this? Please not I have not specified flex or width to this piece of code.
-
1 May 2012 8:04 AM
- Replies
- 2
- Views
- 434
When I run the following code, at first the html text overwrites on the image and then later when I hit refresh, the html text cuts on the page, it does not display the whole text, please check...
-
30 Apr 2012 1:08 PM
Jump to post Thread: Expandable text by nd_sencha
- Replies
- 3
- Views
- 980
How do I make the more and less links so that they expand and collapse the text?
-
30 Apr 2012 10:18 AM
Jump to post Thread: Expandable text by nd_sencha
- Replies
- 3
- Views
- 980
<div style= "white-space: nowrap; height: 50px; width: 100%; overflow: hidden; text-overflow: ellipsis;">
I did't quiet understand the second part "Then on tap make the width of the <div> to be... -
26 Apr 2012 11:53 AM
Jump to post Thread: Expandable text by nd_sencha
- Replies
- 3
- Views
- 980
Is there a way we can make text to expand/collapse, the way we do using javascript?
-
13 Mar 2012 12:45 PM
Jump to post Thread: xtemplates by nd_sencha
- Replies
- 3
- Views
- 436
I'm using <div id="footer-template">
Also can you tell me, if XTemplates/Templates should be used with PHP only? -
13 Mar 2012 9:31 AM
Jump to post Thread: xtemplates by nd_sencha
- Replies
- 3
- Views
- 436
by footer I meant, the footer(end) of the page, I was't using it to define anything
-
13 Mar 2012 6:21 AM
Jump to post Thread: xtemplates by nd_sencha
- Replies
- 3
- Views
- 436
Is it possible to define a footer using XTemplates, and then adding the footerInfo = Ext.XTemplate.from("footer-template"); on the javascript file, (items), apparently when I tried it didn't work for...
-
12 Mar 2012 8:13 AM
Jump to post Thread: iframes by nd_sencha
- Replies
- 11
- Views
- 2,712
Thanks, this helped. I did't know we could use height="130%"
-
12 Mar 2012 7:49 AM
Jump to post Thread: iframes by nd_sencha
- Replies
- 11
- Views
- 2,712
I would like it to scroll without the scroll bar, what my understanding is, that it will be difficult to scroll using a scroll bar on the touch phone.
-
12 Mar 2012 7:30 AM
Jump to post Thread: iframes by nd_sencha
- Replies
- 11
- Views
- 2,712
Yes, I'm using ST 1.1, I still can't get rid of the scroll bar, it is showing the output but with the scroll bar, is it supposed to be there? I have no idea why scroll: 'vertical', not working inside...
-
12 Mar 2012 5:41 AM
Jump to post Thread: iframes by nd_sencha
- Replies
- 11
- Views
- 2,712
The link i used here was just a dummy link. The link which I would like to use in the iframe has content in it.
This code gives output, but it even has a scroll bar inside, please look at the... -
8 Mar 2012 11:18 AM
Jump to post Thread: iframes by nd_sencha
- Replies
- 11
- Views
- 2,712
This doesn't make the frame scrollable, am I missing something?
items : { xtype: 'panel',
scroll: 'both',
items: [{
id: 'iframe',
scroll: "vertical", -
8 Mar 2012 9:13 AM
Jump to post Thread: iframes by nd_sencha
- Replies
- 11
- Views
- 2,712
Is it possible to have an iframe on the page using sencha touch?
-
7 Mar 2012 2:21 PM
Jump to post Thread: hyperlink on a button by nd_sencha
- Replies
- 1
- Views
- 262
How do I make a button click and go to a particular link (hyperlink)
-
2 Mar 2012 12:07 PM
Jump to post Thread: fullscreen issue by nd_sencha
- Replies
- 2
- Views
- 450
yes, it's on chrome
-
2 Mar 2012 11:08 AM
Jump to post Thread: fullscreen issue by nd_sencha
- Replies
- 2
- Views
- 450
Even though it says fullscreen: true, when I view it, the bottom half of the screen isn't grey. Any reason?
32334
Ext.setup({
fullscreen: true,
title: "Privacy Policy",
scroll:... -
1 Mar 2012 11:13 AM
Jump to post Thread: how to display a panel by nd_sencha
- Replies
- 6
- Views
- 569
32286
I'm sorry for the typo, wonder why I never noticed it, I feel so stupid, even after I made the change there is an error, it keeps saying Uncaught Attempting to create a component with... -
1 Mar 2012 10:06 AM
Jump to post Thread: how to display a panel by nd_sencha
- Replies
- 6
- Views
- 569
It still gives me an error saying
Uncaught SyntaxError: Unexpected identifier
sencha-touch-debug.js:3765Uncaught Attempting to create a component with an xtype that has not been registered:... -
1 Mar 2012 9:40 AM
Jump to post Thread: how to display a panel by nd_sencha
- Replies
- 6
- Views
- 569
So that means I can not use this function in my Ext.Panel.
my xtype: 'homecard' is from this file and I would like to display the accordion on my homecard layout. Am I missing something here?
... -
1 Mar 2012 9:05 AM
Jump to post Thread: how to display a panel by nd_sencha
- Replies
- 6
- Views
- 569
I'm trying to insert my Ext.setup to a Ext.Panel is it correct to do so?
Toolbar.views.Homecard = Ext.extend(Ext.Panel, {
title: "Home",
iconCls: 'home', -
29 Feb 2012 12:14 PM
Jump to post Thread: how to create collapsible menu by nd_sencha
- Replies
- 2
- Views
- 1,192
thanks.
-
29 Feb 2012 9:51 AM
Jump to post Thread: how to create collapsible menu by nd_sencha
- Replies
- 2
- Views
- 1,192
How do I create collapsible menu in sencha touch, I'm working on an e-commerce site, and would like to create menus with sub categories which collapse when the user clicks another category. Totally...
Results 1 to 23 of 23
