How do I view the window after I create it?

CommentFileSizeAuthor
#3 float_window.src_.js.txt25.16 KBsmitkant

Comments

RdN’s picture

I am also unable to get this working does anyone have an example they can post please? Even just for the login form that is shown on the module picture.

smitkant’s picture

Did anyone manage to get this working ?

smitkant’s picture

StatusFileSize
new25.16 KB

In file float_window_src.js function fw.placeWindow() had an issue at line fw.window_obj.find('td:not(#' + fw.window_id + '_middle_center_td)').cssPNGFix();
It seems 'td:not(#' + fw.window_id + '_middle_center_td)' was not returning a valid object , hence the function was failing and the window was not being displayed .
If I comment this line I can see the window .

Am not sure why I am getting this issue if nobody else did :( . Anyways solves it for me for now . Will update if I find something.

Attached the modified file for ref.

sounds’s picture

Deleting from my site now,
Sorry couldn't get it to work