From: SourceForge.net <no...@so...> - 2005-11-25 07:39:40
|
Bugs item #1366092, was opened at 2005-11-25 07:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1366092&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: None Status: Open Resolution: None Priority: 5 Submitted By: magrazeba (magrazeba) Assigned to: Nobody/Anonymous (nobody) Summary: But now more idle time example previous post Initial Comment: (try to pull window for its edge aside centre) <html> <head> <title>DynAPI Examples - Focus Manager</title> <script language="JavaScript" src="../dynapi/src/dynapi.js"></script> <script language="Javascript"> dynapi.library.setPath('../dynapi/src/'); dynapi.library.include('dynapi.api'); dynapi.library.include('DragEvent'); </script> <script language="Javascript"> var lyr1=dynapi.document.addChild(new DynLayer (null,100,100,100,100,'yellow')) var lyr2=lyr1.addChild(new DynLayer (null,5,5,90,90,'yellow')) lyr2.setHTML('<iframe name="Bla-bla-bla" src="http://www.google.ru" style="height: 100%; width: 100%;"></iframe>'); DragEvent.enableDragEvents(lyr1); </script> </head> <body> </body> </html> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1366092&group_id=5757 |