Search Type: Posts; User: Tinki
Search: Search took 0.01 seconds.
-
26 Nov 2010 7:14 AM
Jump to post Thread: Append child to a collapsed node by Tinki
- Replies
- 1
- Views
- 497
I have a tree with a hardcoded structure - all the nodes are described in the code of script.
routeTree = new Ext.tree.TreePanel({
autoScroll: true,
loader: new Ext.tree.TreeLoader({... -
24 Nov 2010 7:50 AM
Jump to post Thread: Extract data from tree by Tinki
- Replies
- 2
- Views
- 661
Animal, thanks a lot!
Haven't recognize you, after you changed your avatar from Dr. Cox:D -
24 Nov 2010 7:26 AM
Jump to post Thread: Extract data from tree by Tinki
- Replies
- 2
- Views
- 661
Is there a nice way to extract data from tree?
The point is that I'm editing tree during the session (adding, editing nodes) and need to get tree structure at the end. Can I extract an XML, JSON,... -
28 Jun 2010 1:31 AM
- Replies
- 2
- Views
- 614
How can I get the instance of existing 'mini' button on SplitBar (the button which collapses region)?
I want to create different tooltips for button on collapsed and expanded region, like "Expand... -
7 Dec 2009 5:18 AM
Jump to post Thread: [3.0.x, 3.1.1] ux.ManagedIFrame 2.x by Tinki
- Replies
- 870
- Views
- 260,038
Still no luck:(
My parent frame looks like this:
<script type="text/javascript" src='js/ext/adapter/ext/ext-base.js'></script>
<script type="text/javascript" src='js/ext/ext-all.js'></script>... -
7 Dec 2009 5:03 AM
Jump to post Thread: [3.0.x, 3.1.1] ux.ManagedIFrame 2.x by Tinki
- Replies
- 870
- Views
- 260,038
Cant get it, where are the posts I'm writing?:-?
Still no luck:(
My parent frame looks like this:
<script type="text/javascript" src='js/ext/adapter/ext/ext-base.js'></script>
<script... -
6 Dec 2009 11:58 PM
Jump to post Thread: [3.0.x, 3.1.1] ux.ManagedIFrame 2.x by Tinki
- Replies
- 870
- Views
- 260,038
Still no luck. Have frame page:
<html>
<head>
<script type="text/javascript" src='js/ext/adapter/ext/ext-base.js'></script>
<script type="text/javascript"... -
1 Dec 2009 7:59 AM
Jump to post Thread: [3.0.x, 3.1.1] ux.ManagedIFrame 2.x by Tinki
- Replies
- 870
- Views
- 260,038
Still working around creating of MIFrame, which child page would have "sendMessage" method. Seems that child is ordinary IFrame and it doesn't understand sendMessage("..."). Seen some code for...
-
30 Nov 2009 2:00 PM
Jump to post Thread: [3.0.x, 3.1.1] ux.ManagedIFrame 2.x by Tinki
- Replies
- 870
- Views
- 260,038
Dealed with "Object expected" error - need to work with frame when "documentloaded" event fired. But messaging still don't work. Does anybody have any living example of messaging (the one from FAQ in...
-
30 Nov 2009 5:31 AM
Jump to post Thread: [3.0.x, 3.1.1] ux.ManagedIFrame 2.x by Tinki
- Replies
- 870
- Views
- 260,038
Why can
cause "Object expected" error?
Doesn't depend if executed in IFrame or in Host window.
IE8, Ext 3.0.1, MIFrame 2.0.1 -
30 Nov 2009 4:55 AM
Jump to post Thread: [3.0.x, 3.1.1] ux.ManagedIFrame 2.x by Tinki
- Replies
- 870
- Views
- 260,038
Using IE8 and script looking like
<script type="text/javascript" src='js/ext/miframe_2.js'></script>
...
<iframe id="divId"></iframe>
...
<script type="text/javascript">... -
7 Oct 2009 6:48 AM
Jump to post Thread: One-node level tree by Tinki
- Replies
- 1
- Views
- 782
Is there a way to create a one-level tree, that has root, nodes under root and leafs under nodes. I want to restrict adding one node into another, but keep node reordering by d&d, adding leafes etc....
-
28 Jul 2009 10:55 PM
- Replies
- 2
- Views
- 515
Still too slow, even without FUP.
I spend so much time writing layout-free interface, don't say me it was a wrong way:( -
28 Jul 2009 10:30 PM
- Replies
- 2
- Views
- 515
I have a form for uploading files (see AttachFiles.jpg) consist of two Ext.ux.FileUploadField, one grid, and eight buttons. Layout made by "renderTo" with pointing on divs (there are two Panels,...
-
1 Jul 2009 5:11 AM
Jump to post Thread: Updating FileUploadField width by Tinki
- Replies
- 18
- Views
- 2,698
:Dthnx JS compiler
-
1 Jul 2009 3:03 AM
Jump to post Thread: Updating FileUploadField width by Tinki
- Replies
- 18
- Views
- 2,698
The config of FileUploadField, wich make it work:
var fileUF_low = new Ext.ux.FileUploadField({
width: '100%',
autoWidth: true,
buttonOnly: false,
id: '........',
... -
1 Jul 2009 2:03 AM
Jump to post Thread: Updating FileUploadField width by Tinki
- Replies
- 18
- Views
- 2,698
Already wrote - its working, but size of TextField does not changing:-? I discovered that there is no resize event fired when I resizing the window.
-
1 Jul 2009 12:10 AM
Jump to post Thread: Updating FileUploadField width by Tinki
- Replies
- 18
- Views
- 2,698
It's in DIV which is in TD.
-
30 Jun 2009 10:47 PM
Jump to post Thread: Updating FileUploadField width by Tinki
- Replies
- 18
- Views
- 2,698
Is there a way to make Ext.ux.FileUploadField update it width correctly?
The matter is that when i resize browser window, text field covers the button, because its own width is not changing.
var... -
23 Jun 2009 5:01 AM
Jump to post Thread: Function in "groupTextTpl" by Tinki
- Replies
- 4
- Views
- 1,917
It works! :D
-
23 Jun 2009 3:50 AM
Jump to post Thread: Function in "groupTextTpl" by Tinki
- Replies
- 4
- Views
- 1,917
Something gone wrong:((
I belive, there should be my grouping rows (take a look at the attach). When I exploring the DOM, it shows that grouping rows are empty. -
23 Jun 2009 12:37 AM
Jump to post Thread: Function in "groupTextTpl" by Tinki
- Replies
- 4
- Views
- 1,917
Is it possible to insert a function into groupTextTpl? I want it look like this:
function countTotal(records){
var totalSum = 0;
for (i=0;i<records.length;i++){
totalSum +=... -
23 Jun 2009 12:35 AM
Jump to post Thread: Function in "groupTextTpl" by Tinki
- Replies
- 0
- Views
- 546
Is it possible to insert a function into groupTextTpl? I want it look like this:
function countTotal(records){
var totalSum = 0;
for (i=0;i<records.length;i++){
totalSum +=... -
8 Jun 2009 5:12 AM
Jump to post Thread: Fit to parent by Tinki
- Replies
- 123
- Views
- 77,288
IE6. Press F11. One more time (exit fs mode).
Width dimension of the panel stacks at the value which was set for fs mode.:-? -
3 Jun 2009 3:36 AM
Jump to post Thread: Fit to parent by Tinki
- Replies
- 123
- Views
- 77,288
Thank you for the plugin - the thing I've been looking for!
:-? Just one thing, I need to set the <div> I use as container, like:
plugins: [new Ext.ux.plugins.FitToParent('targetDivId')]
Maybe...
Results 1 to 25 of 31
