Search Type: Posts; User: Robert82
Search: Search took 0.02 seconds.
-
6 Mar 2011 1:45 PM
Jump to post Thread: Ext.ux.grid.DataDrop by Robert82
- Replies
- 53
- Views
- 20,096
Great plugin =D>
Could I use this approach for a ext.panel?
If it possible, should I also use a textarea?
Regards,
Robert -
28 Feb 2011 9:24 AM
Jump to post Thread: native Drag&Drop inside a panel by Robert82
- Replies
- 1
- Views
- 368
ok, I solved the problem by adding "position: fixed" to my drag object during the drag and replace it with "position:relative" at the end of my move.
-
28 Feb 2011 8:24 AM
Jump to post Thread: native Drag&Drop inside a panel by Robert82
- Replies
- 1
- Views
- 368
Hello,
I have a little problem.
A panel hold a native javascript object which offers a drag functionality. This function works, but if I want to drag an object and leave the borders of the panel... -
24 Feb 2011 1:29 AM
- Replies
- 1
- Views
- 423
Is it possible that my outer panel observe the drag interaction of the inner grid?
outerPanel
|__ gridPanel
When the user drag an item of the grid, the outer panel should monitor the any drag... -
23 Feb 2011 7:07 AM
Jump to post Thread: Why do onBeforeDrag not work? by Robert82
- Replies
- 0
- Views
- 332
Hello,
I've a panel which should be act as a dragZone. So, I added the dragZone after rendering the panel.
I cannot reach onBeforeDrag with firebug, but getDragData works.
... -
23 Feb 2011 5:11 AM
- Replies
- 1
- Views
- 423
Hello guys,
I've little problem with the drag functionality within nested elements.
A panel holds a grid-panel and both panels have a dragZone.
Now I want an inner-drag functionality for the... -
16 Jan 2011 2:49 AM
Jump to post Thread: event and return value? by Robert82
- Replies
- 2
- Views
- 1,221
Hello guys,
I've a little question about events and the return value.
Is it possible, that one component fires an event and expects a return value from the event listener?
Something like this:
... -
10 Mar 2010 3:15 AM
- Replies
- 0
- Views
- 559
Hello guys,
I have a problem with an empty JsonStore with the use of a ScriptTagProxy. The received data is a Json object that holds a xml document. I go this way because I can't use the... -
10 Mar 2010 3:14 AM
- Replies
- 2
- Views
- 1,046
Hello guys,
I have a problem with an empty JsonStore with the use of a ScriptTagProxy. The received data is a Json object that holds a xml document. I go this way because I can't use the... -
17 Feb 2010 11:31 PM
Jump to post Thread: XmlReader config problem by Robert82
- Replies
- 1
- Views
- 526
Hello guys,
I have a little problem with a nested XML Document.
My XML looks like the following:
<?xml version="1.0" ?>
<document>
<title>title</title> -
17 Feb 2010 7:21 AM
Jump to post Thread: empty store by Robert82
- Replies
- 5
- Views
- 1,212
yeah - thanks. It seems that I should read more about the record-property within the xmlStore.
Big Thanks :)
EDIT: Is it possible to read a XML file like this?
var xml = '<?xml... -
17 Feb 2010 6:00 AM
Jump to post Thread: empty store by Robert82
- Replies
- 5
- Views
- 1,212
Hello,
@Eugen_
if I use var xml instead of var xmlData nothing happen. I thought the XmlReader needs a Document with a xml header.
@tobiu
Uh, I have deleted autoLoad, but nothing happens. The... -
17 Feb 2010 1:54 AM
Jump to post Thread: empty store by Robert82
- Replies
- 5
- Views
- 1,212
hello guys,
I have a problem with my store. I use the data property, but the store is empty.
The code of the store looks like the following
var store = new Ext.data.XmlStore({
autoDestroy:... -
8 Feb 2010 1:42 AM
Jump to post Thread: Problem with XMLStore by Robert82
- Replies
- 3
- Views
- 831
It seems that the reader can read the xml, but the store is empty. I have no idea anymore
-
4 Feb 2010 1:56 PM
Jump to post Thread: Problem with XMLStore by Robert82
- Replies
- 3
- Views
- 831
is it possible to use data within the xmlStore?
-
3 Feb 2010 11:29 PM
Jump to post Thread: Problem with XMLStore by Robert82
- Replies
- 3
- Views
- 831
Hello,
I want to fill my XMLStore with the data attribute. It seems that the Reader recognize the correct data but the store is empty.
My data object looks like in the following way
var... -
27 Nov 2009 6:47 AM
- Replies
- 0
- Views
- 703
Hello,
I have a store and a template within a panel. My store get the data with metaData because my root can change to indicate what type of data is stored.
Could I define a template which... -
12 Nov 2009 7:10 AM
- Replies
- 1
- Views
- 1,197
Hello,
I have the following JSON Object in my php-file
<?php
echo '{
"documents":[
{
"title":"A methodology for quality-based mashup of data sources", -
22 Oct 2009 5:29 AM
Jump to post Thread: select Event on a-tag by Robert82
- Replies
- 0
- Views
- 422
Hi,
I guess I'm blind, but I need your help to set me thinking.
A template is located in my Panel and show a list of clickable links <a href="#">...</a>. Now I would add an onSelect-handler so... -
22 Oct 2009 1:49 AM
Jump to post Thread: scope of event listeners by Robert82
- Replies
- 4
- Views
- 1,183
ok, so I could only use "addListener" when in my mainApplication and use the name of the component as scope.
I thought it is possible to add the listener in my class directly. It is possible to set... -
22 Oct 2009 1:39 AM
Jump to post Thread: scope of event listeners by Robert82
- Replies
- 4
- Views
- 1,183
Could I use this within the initComponent method with the store?
The config object "listeners" doesn't support this or my call is wrong. Can I use scope with the classname? -
22 Oct 2009 12:39 AM
Jump to post Thread: scope of event listeners by Robert82
- Replies
- 4
- Views
- 1,183
hello,
I have one question about the scope of an event listener. I have a class and in this class is a store located. When the store is loaded it fires an event and I have installed an event... -
21 Oct 2009 11:51 AM
- Replies
- 3
- Views
- 720
Ah - thank you for the hint. I had a mistake in my data conversion.
-
21 Oct 2009 7:24 AM
- Replies
- 3
- Views
- 720
I have changed the code an now the store is filled, but there are only the first letter of my words in the store - why that?
for(i=0;i<keywords.length;i++){
var tmp = new... -
21 Oct 2009 6:49 AM
- Replies
- 3
- Views
- 720
Hi,
If I have an array of objects
[{ tag=CCCI metrics weight=1 }, { tag=mashup weight=2 }, { tag=quality weight=1 }, { tag=reputation weight=1 }, { tag=trust weight=1 }, { tag=data weight=1 },...
Results 1 to 25 of 60
