IWeb '08 Creating Popups

I am designing my website for the first time using iweb '08. I don't like their slideshow options. I basically resized images to thumbnails on my page and I want to create an action so when you click on a thumbnail, the selected image pop-ups.
Is there a way to create this with html snippet?

Yes. See Cyclosaurus' post in this thread: http://discussions.apple.com/message.jspa?messageID=7613078#7613078
OT

Similar Messages

  • I need the code for creating popup windows and code for open and close

    I can write the code for creating popup window , i am getting problem while trying to open and closing that popup windows.
    Can anybody help me in that pls ?
    Regards
    Sreeni.

    Hi
    For pop up window
    IWDWindowInfo windowInfo = (IWDWindowInfo)wdComponentAPI.getComponentInfo().findInWindows("PopWin");
    IWDWindow window = wdComponentAPI.getWindowManager().createModalWindow(windowInfo);
    window.setWindowPosition (300, 150);
    window.show();
    wdContext.currentYourNodeElement().setPopupAttribute(window);
    For closing window code
    IWDWindow window = wdContext.currentYourNodeElement().getPopupAttribute();
    window.hide();
    window.destroyInstance();
    For more infornation refer this link
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20d2def3-f0ec-2a10-6b80-877a71eccb68&overridelayout=true
    This link is very useful for you.
    Regards
    Ruturaj
    Edited by: Ruturaj Inamdar on Aug 13, 2009 9:10 AM

  • How to create Popups in task flows

    Hi,
    Can any one help how can we create popup in taskflow. My requirement is i need to do create/edit operation on a table using task flows i have followed the "http://www.oracle.com/technology/obe/obe11jdev/11/btf/bounded_task_flow.html#t6" for create/edit operations in this it's navigating to new page, my case i need to invoke a popup instead of page.
    can any one help me.

    You need to create a separate tf for the edit and use that as a region in your search page.

  • How to create popup in ABAP webdynpro.

    Hi,
    I found lot of examples to create a popup/ model window for java webdynpro.
    Could anyone give a pointer to an example which explains how to create popup in ABAP webdynpro??
    Kind Regards
    Shahul

    Hi Thomas:
    It worked fine the 1st time. Second time when the user clicks on the button to open up the popup it dumps.
    Here is the code in the action for popup:
    data: l_cmp_api type ref to if_wd_Component,
            l_window_manager type ref to if_wd_window_manager,
            l_api type ref to if_wd_View_controller,
            l_text type string_table.
      l_cmp_api = wd_comp_controller->wd_get_api( ).
      l_window_manager = l_cmp_api->get_window_manager( ).
      if wd_this->m_popup is initial.
        wd_this->m_popup = l_window_manager->create_window(
                 window_name = 'DOCQSOW'
                 button_kind = if_wd_window=>co_buttons_ok
                 message_type = if_wd_window=>co_msg_type_none ).
               component_usage_name = 'DOCQUERY_USAGE_1'
        l_api = wd_this->wd_get_api( ).
        wd_this->m_popup->subscribe_to_button_event(
              button = if_wd_window=>co_button_ok
              button_text = 'Transfer'
              action_name = 'POPUP_CLOSED'
              action_view = l_api  ) .
        wd_this->m_popup->SET_REMOVE_ON_CLOSE( abap_true ).
       endif.
      wd_this->m_popup->open( ).
    Second time when the popup tries to open, I get the following error:
    Method: RENDER_WINDOW of program CL_WDR_WINDOW_RENDERER========CP
    Method: RENDER_WINDOW of program CL_WDR_CLIENT_SSR=============CP
    Method: RENDER_POPUP_WINDOWS of program CL_WDR_CLIENT_SSR=============CP
    Method: RENDER_WINDOWS of program CL_WDR_CLIENT_SSR=============CP
    Method: IF_WDR_RESPONSE_RENDERER~RENDER_VIEWS of program CL_WDR_CLIENT_SSR=============CP
    Method: IF_WDR_RESPONSE_RENDERER~RENDER_USER_INTERFACE_UPDATES of program CL_WDR_CLIENT_SSR=============CP
    Method: IF_WDR_CLIENT~SEND_RESPONSE of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_WDR_CLIENT~SEND_RESPONSE of program CL_WDR_CLIENT_SSR=============CP
    Method: EXECUTE of program CL_WDR_MAIN_TASK==============CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Is there a way to destroy the instance of the m_popup?
    Any help is appreciated!
    Thanks

  • How can I create popup ?

    Hi All,
    How can I create popup in workspace.      [Currently only creates Layer ] ?:|
    tks

    Hi!
    Try to look here:
    http://forum.sun.com/jive/thread.jspa?forumID=123&threadID=98612
    I hope it will be helpful for you.
    Thanks,
    Roman.

  • I published a website using iWeb.  I began using iWeb to create a second site and now I can't find my original site's work on my Mac.

    I published a website using iWeb.  I began using iWeb to create a second site and now I can't find my original site's work on my Mac.

    If you're publishing directly from iWeb 3 to your FTP server then you'll have the following in your accounts root directory:
    Site 1 folder
    Site 2 folder
    Site 3 folder
    index.html file from last published site directling to the last published site.
    If you want to keep Site 1 as the primary site you'll need to publish it one more time to the server so you get it's index.html file uploaded.
    Now you'll have to publish Sites 2 and 3 to a folder on the hard drive and use a 3rd party FTP client like Cyberduck, YummyLite or Transmit  to upload only the site folder (and not its external index.html file with it).
    The url to sites 2 and 3 will be:
    http://doman_name.com/Site 2
    http://doman_name.com/Site 3
    OT

  • How can I use iWeb to create website that contains a lot of downloadable audio files?

    Hi
    How to use iWeb to create a website that contains a downloadable audio files.  I'm uloading about 15 GB of audio files.  I need to creat folders "albums" and then put the files in these folders.   Any advise?
    Thank you very much for your time to this
    W B

    The important thing is not to put the audio files directly into iWeb: if you do that then every time iWeb decides it needs to upload the entire site you will find yourself uploading all 15GB of audio files, which won't make you happy. Start by uploading the files to the server - in folders as suits you - and then link to them in iWeb.
    If you want them to download rather than play, you may be able to set up an .'htaccess' file in the folder which will force a download - it depends on whether your hosting service will allow this. The method is described here:
    http://www.wilmut.webspace.virginmedia.com/notes/missing/download.html
    Here is an example of a simple link which produces a download (without the process described the audio file would play in the browser in a blank page):
    http://rfwilmut.net/stars/dawson2.mp3
    Then all you need to do is to provide a link, designed however suits you, in your iWeb page. If your server won't allow the .htaccess file then you will have to ask visitors to control-click (Mac) or right-click (Windows) on the link and choose 'Download linked file' or equivalent - not so convenient; or otherwise zip the files first, which won't much reduce their size but will force a download (and of course the recipients will have to unzip them).
    If you want the files to play in a player in the page, you can use an html snippet to provide a player as described in this page (you will also need to upload a script to the webspace - this is provided in the page):
    http://www.wilmut.webspace.virginmedia.com/notes/qtembed.html

  • Can I use iWeb to create a website with visitor purchasing options?

    I'm wondering if it's possible to use iWeb to create and publish a website for a small business like mine where visitors to the site can select items and have the option to make credit card purchases from the site. Obviously all the security for online purchasing would need to be there also. Is iWeb capable of that or does Apple offer a different web page software that can do this?
    Thanks to anyone who can help,
    jburkett

    jburkett wrote:
    Is iWeb capable of that...?
    Welcome to the discussions. Not natively.
    ...or does Apple offer a different web page software that can do this?
    As far as I know, Apple has no s/w offerings of that sort. Bear this in mind when considering e-commerce and the MobileMe Service:
    “The Service is designed for personal individual use and is not intended to be used for commercial business purposes, including, but not limited to, transacting online sales or software distribution via an e-commerce site.”
    ...Quoted from the MobileMe Terms of Service. PayPal buttons can be inserted into iWeb pages via the HTML Snippet window — but you may want to consider more complete alternatives such as this:
    http://blog.weebly.com/2/post/2009/05/announcing-weebly-e-commerce-features.html
    ...You could hyperlink from iWeb to your "shop" there and there's even a way to hyperlink to it from iWeb's navigation bar.

  • Force iWeb to create images instead of using text

    Hello,
    I recently made a site using the Travel template and it uses the font Baskerville. I noticed that on a windoze machine it is not a common font and so it substitutes the secondary font given in the code, which in this case is Times New Roman, a very common font. Therefore, I get a page using a common secondary font and no creation of an image.
    Hence my question: Is it possible to force iWeb to create an image instead of using the text. Hey, I figure after 700k, what's a little more if I get the look that I want.
    Thanks!
    Stephen

    I get to answer my own question. I found a workaround should you ever what to be sure a certain font is used and not replaced. Granted, this will add my download time but you at least can preserve the look.
    Simply make any text with a shadow. But make the offset 0 and the transparency to 1 (you can't make it 0). You won't even notice the "shafow" and the text will be made into a graphic every time.
    Stephen

  • Create Popup Window to 3rd Party Website

    Hello,
    I've added a custom button to the Opporunity, and I've also added an Event Handler for the button.  Inside the event handler, I'd like to costruct a dynamic URL, and finally call the URL in a separate pop-up window.  Does anyone know how to create the pop-up window?
    I looked at the Window Manager Interface Create Popup method off the Component Controller, however, it appears that I need to specify an Inteface View Name, Usage Name, etc., however, I'm trying to create a pop-up to something completely outside of CRM.
    Thanks,
    Matt

    Hi,
    The method described above is fine in most cases, but somtimes you need to construct the URL on base of user input.
    To cope with this issue and to be free of client side javascripting you could make use of component GSURLPOPUP.
    Just add a component usage and supply the needed values to the PARAMS interface node in WD_USAGE_INITIALIZE.
    Opening the popup should be trvial. For an example look here: CL_BT131QI__DETAILS_IMPL->OP_SEARCHPRODUCT().
    PS: I am still wondering how it is possible for Ismail to write from the future As I am just before ten and he is well after midday?!
    cheers Carsten
    Edited by: Carsten Kasper on Sep 2, 2009 9:35 AM

  • Create Popup or external window

    Hi,
    I have some code in wdDoInit() of View. Before view completely loads, I require to popup a dialog box or external window with a message.
    Is this possible to create Popup or external window from the first view of the application, such that the popup appears first and then the rest of the view loads?
    Presenty I do not get any popup even though I have done coding for the same and straight away the view appears.
    Thanks
    Anagha
    Message was edited by:
            Anagha Jawalekar

    Hi Anagha,
    First go to the Method tab of view and create two Event handlers (“Ok” and “Cancel”).
    Then try this code inside wdDoInit() of view.
         String dialog = "Do You Want to Continue? ";
         IWDConfirmationDialog confDialog = wdComponentAPI.getWindowManager().createConfirmationWindow(dialog,wdThis.wdGetAPI().getViewInfo().getViewController().findInEventHandlers("Ok"),"OK");
         IWDEventHandlerInfo CancelEventInfo = wdThis.wdGetAPI().getViewInfo().getViewController().findInEventHandlers("Cancel");
         confDialog.addChoice(CancelEventInfo,"Cancel");
         confDialog.show();     
    Check this links.
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/0f/134540631d6f13e10000000a1550b0/frameset.htm">Creating an External Window</a>
    Generic Search
    Re: opening a new window on lead select in a table!!!
    Re: close a pop-up window
    Regards,
    Mithu

  • How do you create PopUp Layer Window?

    Hi!
    I have a question...
    How do you create PopUp Layer Window?
    PopUp Layer Window is a popup window that moves as an user
    scrolls up and down.
    And it cannot be blocked by popup bloacker.
    Please teach me!
    -p.b.p.

    Search the web for persistent layers.

  • Help Needed. Creating popup windows when creating an app. And a text search button

    Hi, I'm new to indesign and am having trouble creating popup windows when creating an app. Also i would like to create a text search button so that people can search text within my app. Can these things be done?? im using cs6 at the moment.

    Questions on creating apps with the Adobe Digital Publishing Suite need to be asked in the DPS Forum, where I've moved your question.

  • IWeb re-creates too many pages

    I understand the difference between "Publish" and "Publish All", but what I don't understand is why iWeb re-creates so many pages when I "Publish". If I work on three pages and then simply "Publish", the darn thing spends five minutes re-creating those three and a half-dozen other pages I didn't touch. Not the end of the world, but kind of annoying.
    Is there something I can do to eliminate this, or can someone at least help me understand why I am sitting and watching iWeb spin it's wheels for so long?
    Thanks,
    Bryan

    The strange thing is that:
    Even when the new page you are working on is in another site in iWeb the publish feature goes through some long process. While no files in the other sites are changed they are 'checked one by one,' making the publish process more tedious than it has to be.
    Since the nav bar is a part of the html code all pages in the site you add a page to must be modified. If you don't wish this to happen uncheck the checkboxes in the Inspector:
    1. Select the page and Open the Inspector
    2. Click on the page icon.
    3. uncheck 'include this page in the navigation menu.' and 'display navigation menu'
    iWeb makes it very easy to create your own nav menu. Just type in some text and select it. Then open the Inspector and click on the hyperlink icon. (Arrow icon) and select 'enable as hyperlink' From the pull down menu choose one of your pages in your site.
    Kurt

  • How to create PopUps in Web dynpro

    Hi,
    How can I create Popup window in web dynpro's.
    Regards,
    Venkat

    Hello Venkat,
    Refer these links
    <a href="http://sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f1cfe990-0201-0010-22ac-dbe4cbdef504">http://sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f1cfe990-0201-0010-22ac-dbe4cbdef504</a><a href="http://sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1208c2cd-0401-0010-4ab6-f4736074acc6">http://sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1208c2cd-0401-0010-4ab6-f4736074acc6</a>
    Hope the information helps.
    Regards,
    Sudeep.

Maybe you are looking for

  • Installing Windows 8.1 Pro on 13" MacBook Pro

    Can my MacBook Pro 13" support Windows 8.1 or Windows 8? I tried to install Windows 8.1 x64 on my Mid 2010 MacBook Pro. I opened Boot Camp Assistant, install Windows 8.1, inserted Windows 8.1 CD Installer, and it says on this screenshot: Now, can I i

  • How do I change the AppleID associated with my iPhone4?

    My iPhone4 is associated with AppleID me@work I also use AppleID me@home The email account me@work no longer exists.  I want to reassign my iPhone4 to AppleID me@home.  How do I do this?

  • Only One Computer at a Time on Internet

    I have a cable modem (motorola) and using airport as my wireless router connected to my iMac. I have a MacBook and an iMac. Unfortunately, only one of us can be accessing the internet at a time. This was not the case before. If one of us is already o

  • Can't seem to install iTunes 7.4.3 in Vista

    I downloaded the iTunes743Setup from apple and can't seem to get it to run or install. Asks for permission and then seems to run a few seconds and then nothing. Downloaded it again and also updated security center, but still can't install it. Anyone

  • J2ee Adapter engine installation error

    Hi All, I am installing XI with NW07. I had an ERP2005 server here with ABAP only. I installed Java Add In to it with usage type PI. Now I tried to install J2ee adapter engine. It showed if i want to run a new installation or continue the old one. I