Hi Alexander,

this is bug number two in our bugzilla 
<http://bugzilla.qooxdoo.org/show_bug.cgi?id=2>. Integration with 
existing web pages has not been a priority in the past. This will change 
with 0.8 but until then I see no change in getting this fixed ;-(

Best Fabian
> I use 4 html field and qx.ui.basic.Inline with tree :
> <div id="iframe1" class="manualFrame" 
> style="overflow:hidden;position:static;margin-top:38px;margin-left:10px">
>     Inline Frame #1
>       <form name="Test">
>            Text1:  <input type="text" name="text1" value=""/>
>            Text2:  <input type="text" name="text2" value=""/>
>            Text3:  <input type="text" name="text3" value=""/>
>            Text4  <input type="text" name="text4" value=""/>
>            <span id ="tree"></span>
>        </form>
>   </div>
>  <script type="text/javascript">
>       qx.OO.defineClass("CategoryViewer", qx.ui.basic.Inline, function 
> (elementId, width, height) {
>          qx.ui.basic.Inline.call(this, elementId);
>          this .setVerticalAlign("top");
>          this .setHeight(height);
>          this .setWidth(width);
>          this ._categoryTree = new qx.ui.tree.Tree("tree");
>          this 
> ._categoryTree.setBorder(qx.renderer.border.BorderPresets.getInstance() 
> .inset);
>          this ._categoryTree.setWidth(width);
>          this ._categoryTree.setOverflow("auto");
>          this ._categoryTree.setHeight(height);
>          this ._categoryTree.setBackgroundColor("white");
>          this .add(this ._categoryTree);
>     });   
>            
>   qx.core.Init.getInstance().defineMain(function()
>   {
>     var d = qx.ui.core.ClientDocument.getInstance();
>
>     var inlineWidget = new CategoryViewer("tree", 300, 400);
>
>     d.add(inlineWidget);
>
>   });
> Ich have the problem with tabulator. If I selecte html iput field  and 
> presse the tabulator, it not moved. Have you any suggestion?
>
> Alexander Vaysberg
> PC-Hilfe and ADaptions GmbH
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>   


-- 
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG
Brauerstraße 48
76135 Karlsruhe

Amtsgericht Montabaur HRB 6484

Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Andreas Gauger, 
Matthias Greve, Robert Hoffmann, Norbert Lang, Achim Weiss
Aufsichtsratsvorsitzender: Michael Scheeren


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to