Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 8:09 pm (All times are UTC )

 




Post new topic Reply to topic  [ 3 posts ] 
Author Message
Posted: Sat Dec 01, 2007 10:18 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Oct 31, 2007 10:46 pm
Posts: 15
  I'm developing component for Joomla! 1.5.  I wish to make image pop-up in window when I click on it, like images pop-ups in media component. I peeked into ..\Joomla\administrator\components\com_media\views\medialist\view.html.php file and i saw that this part of the code is essential
Code:
      
                     window.addEvent('domready', function() {
         $$('a.img-preview').each(function(el) {
            el.addEvent('click', function(e) {
               new Event(e).stop();
               window.top.document.preview.fromElement(el);
            });
         });
                });");


  I inserted that code into my program  but it didn't worked because preview element doesnt exist in html document.
  Also i tried something like:
...
JHTML::_( 'behavior.modal' );
...

...

....
  this also didnt work, just opened new page with only my component rendering.
What should I do?


Top
  E-mail  
 
Posted: Sat Dec 01, 2007 11:43 am 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Thu Aug 18, 2005 6:58 am
Posts: 1447
Location: Tønsberg, Norway
I think the answer here should help you
http://forum.joomla.org/index.php/topic ... msg1019873

_________________
Jens-Christian Skibakk - Norwegian Translation Coordinator
MMS Blog - http://mms.pipp.no/
Joomla! i Norge / Joomla! in Norway - http://www.joomlainorge.no/


Top
   
 
Posted: Sat Dec 01, 2007 12:17 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Oct 31, 2007 10:46 pm
Posts: 15
  Thanks man. I thought i tried that already but  my code was


Last edited by
crewce on Sat Dec 01, 2007 12:19 pm, edited 1 time in total.

Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

Quick reply

 



Who is online

Users browsing this forum: mirnes and 50 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group