Tooltips and accordions; Triggers

Similar to a tooltip, is there a way to create a trigger for an accordion to pop up? Or insert an accordion inside a tooltip? 
I think in general, trigger creation would be a great feature.  People would be able to create triggers so that anything can happen once clicked-on or rolled-over.
Thanks!

Hi
Accordion rolls out the content with tab on panel and tooltip to pop contents , both can be customized together. As you have mentioned you can insert element in tooltip , insert an accordion in Target which would po-up accordion when trigger of tooltip is used.
Rest you can try any composition widget which includes trigger and on action calls the target.
Thanks,
Sanjit

Similar Messages

  • Help Needed re:Spry Tooltip and render issue with XP

    I have an issue with spry tooltip and XP not sure why ?
    Here it is I am designing/building a website for a restaurant, I am making use of the spry tooltip on the menu page as a rollover for a larger menu image to appear, which it does. Everything is cool in Vista etc. but if you are using XP for some reason the rollover effect only works once and then no more until the page is refreshed which is really annoying and certainly not the effect i am looking for. I know this is occuring because of this line of code :-
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"> which I need to keep in.
    Does ANYONE know a quick fix ? or ran into this problem before ?
    I am sure the attached .JS file is the key to fix.
    Thanks in advance
    Andy....!

    This is one of those situations you may need to see to believe,
    whats happening is only on an XP IE8 browser which the ******** client is looking at (what are the odds)?
    On newer systems and other browsers NO problem:-
    You bring up the menu page and mouse over spry triggers and it works PERFECTLY, but only ONCE when you try again the cursor flickers as the trigger is engaged and nothing is revealed? I am sure the spry is working but somehow it is being hidden from rendering correctly as if trapped behind another image or on a delay, and then when you mouse off maybe 500ms later the image flickers into view and dissappears almost instantly. (an obvious error of some sort)
    This only occurs when I place this source code in the head tags:-
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
    Without code works fine, but I need to include this code for it to look as it should cross browser.
    Ask me anything I will help as much as I can but right now I am at a loss !
    Thanks in advance
    Andy....!

  • I recently purchased a book and according to my bank account the payment went through buy now when I try to download anything iTunes says there was a problem with my last purchase and won't let me download how do I fix this please?? Do I have to pay again

    I Recently purchased a book from iTunes and according to my bank account the payment was successfull but now when I try to sownload anything it says there was a payment issue with my last purchase! How do I fix this? Do I have to pay again??

    Contact the store support staff at: http://www.apple.com/emea/support/itunes/contact.html for help.

  • Adding multiple 100% width slideshows to the top of a page and using triggers to select.  Is it possible???

    Hi!
    I am looking to create a changeable slideshow at the top of a webpage. I want to be able to select different slideshows to view at the top of the page and use triggers/buttons to select the relevant slideshow. This is for a catering site, so I would like that if the user clicks 'canapes' button the slideshow images at the top of the page will show canapes and the caption will show text about them, if they select the 'cocktails' button then a new slideshow will appear showing images of cocktails together with a relevant caption. 
    I thought this might be possible by placing slideshows within a lightbox or composition widget but seem to be banging my head against the wall! Can someone help?
    Is it possible?
    If yes, is there a youtube video to show how its done?
    Any help much appreciated.
    Martin

    Is it possible? Yes... I wouldn't do it because having all those images sitting on the one (first) page will slow the page loading times down and just piss people off but thats your main answeer.
    The compositions widgets allow you to build more complex ideas and is what I'd use to make this sort of thing in Muse...
    p.s. if you just want something fast then have a look at what some people have already made to get ideas;
    1. Templates – MuseLayers
    2. iChef | Culinary Arts Adobe Muse Template | museGrid.com
    3. RESOURCES | Adobe Muse CC

  • My phone has been losing calls and according to the apple store i need to reset it due to a software fault - i have done this and still have the same problems. how do i reset the phone without reinstalling the soft ware fault by way of icloud backup

    my phone has been losing calls and according to the apple store i need to reset it due to a software fault - i have done this and still have the same problems. how do i reset the phone without reinstalling the soft ware fault by way of icloud backup

    Well, it appears that your backup is corrupt, thus causing your issue. So, you'll have to restore as a new device, & not from backup. Follow this by syncing your content back to your phone:
    http://support.apple.com/kb/ht1414
    Do not restore from backup.

  • Put in the clipboard, from an VB program, an image with a tooltip and a hyperlink to paste them into a Word or PowerPoint doc.

    I tried to put
    in the clipboard an image with an associated tooltip
    and a hyperlink to paste them into a Word or PowerPoint doc.
    I tried to do it with the usual Clipboard's methods SetData and GetData. It's easy to paste an image, text, rich text, html, but it does not appear to be able to associate metadata or hyperlink to an image.
    Usally the tooltip
    and the hyperlink are in the metadata
    associated with the object.
    I think it can be done with the CliboardData class and its Data and Metadata properties, working with the different items of the List of Objects, but I don't know how to tackle it.
    Any suggestions?
    Thank You

    I tried to put
    in the clipboard an image with an associated tooltip
    and a hyperlink to paste them into a Word or PowerPoint doc.
    I tried to do it with the usual Clipboard's methods SetData and GetData. It's easy to paste an image, text, rich text, html, but it does not appear to be able to associate metadata or hyperlink to an image.
    Usally the tooltip
    and the hyperlink are in the metadata
    associated with the object.
    I think it can be done with the CliboardData class and its Data and Metadata properties, working with the different items of the List of Objects, but I don't know how to tackle it.
    Any suggestions?
    Thank You
    Does word or powerpoint associate a tooltip and hyperlink to an image and then allow that image with those associations to be copied to another open word or powerpoint document? If not then your probably wasting your time.
    This code can "listen" for items copied to the clipboard. Needs a RichTextBox on a Form.
    Option Strict On
    Imports System.Runtime.InteropServices
    Public Class Form1
    ' System.Windows.Forms.DataFormats class http://msdn.microsoft.com/en-us/library/system.windows.forms.dataformats(v=vs.110).aspx
    Declare Function AddClipboardFormatListener Lib "user32.dll" (hWnd As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean
    Declare Function RemoveClipboardFormatListener Lib "user32.dll" (hWnd As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean
    Dim DataFormats As New Dictionary(Of String, String)
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    Me.CenterToScreen()
    DataFormats.Add("Bitmap", "Specifies a Windows bitmap format. This static field is read-only.")
    DataFormats.Add("CommaSeparatedValue", "Specifies a comma-separated value (CSV) format which is a common interchange format used by spreadsheets. This format is not used directly by Windows Forms. This static field is read-only.")
    DataFormats.Add("Dib", "Specifies the Windows device-independent bitmap (DIB) format. This static field is read-only.")
    DataFormats.Add("Dif", "Specifies the Windows Data Interchange Format (DIF) which Windows Forms does not directly use. This static field is read-only.")
    DataFormats.Add("EnhancedMetafile", "Specifies the Windows enhanced metafile format. This static field is read-only.")
    DataFormats.Add("FileDrop", "Specifies the Windows file drop format which Windows Forms does not directly use. This static field is read-only.")
    DataFormats.Add("Html", "Specifies text in the HTML Clipboard format. This static field is read-only.")
    DataFormats.Add("Locale", "Specifies the Windows culture format which Windows Forms does not directly use. This static field is read-only.")
    DataFormats.Add("MetafilePict", "Specifies the Windows metafile format which Windows Forms does not directly use. This static field is read-only.")
    DataFormats.Add("OemText", "Specifies the standard Windows original equipment manufacturer (OEM) text format. This static field is read-only.")
    DataFormats.Add("Palette", "Specifies the Windows palette format. This static field is read-only.")
    DataFormats.Add("PenData", "Specifies the Windows pen data format which consists of pen strokes for handwriting software; Windows Forms does not use this format. This static field is read-only.")
    DataFormats.Add("Riff", "Specifies the Resource Interchange File Format (RIFF) audio format which Windows Forms does not directly use. This static field is read-only.")
    DataFormats.Add("Rtf", "Specifies text consisting of Rich Text Format (RTF) data. This static field is read-only.")
    DataFormats.Add("Serializable", "Specifies a format that encapsulates any type of Windows Forms object. This static field is read-only.")
    DataFormats.Add("StringFormat", "Specifies the Windows Forms string class format which Windows Forms uses to store string objects. This static field is read-only.")
    DataFormats.Add("SymbolicLink", "Specifies the Windows symbolic link format which Windows Forms does not directly use. This static field is read-only.")
    DataFormats.Add("Text", "Specifies the standard ANSI text format. This static field is read-only.")
    DataFormats.Add("Tiff", "Specifies the Tagged Image File Format (TIFF) which Windows Forms does not directly use. This static field is read-only.")
    DataFormats.Add("UnicodeText", "Specifies the standard Windows Unicode text format. This static field is read-only.")
    DataFormats.Add("WaveAudio", "Specifies the wave audio format which Windows Forms does not directly use. This static field is read-only.")
    AddClipboardFormatListener(Me.Handle)
    End Sub
    Private Sub Form1_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing
    RemoveClipboardFormatListener(Me.Handle)
    End Sub
    Protected Overrides Sub WndProc(ByRef m As Message)
    If m.ToString.Contains("msg=0x31d") Then
    Invoke(New ClipboardListenerDelegate(AddressOf ClipboardListener))
    End If
    MyBase.WndProc(m)
    End Sub
    Private Delegate Sub ClipboardListenerDelegate()
    Private Sub ClipboardListener()
    If InvokeRequired Then
    Invoke(New ClipboardListenerDelegate(AddressOf ClipboardListener))
    Else
    RichTextBox1.Clear()
    For Each Item In DataFormats.Keys
    If Clipboard.ContainsData(Item) = True Then
    RichTextBox1.AppendText(Item & " .. " & DataFormats(Item) & vbCrLf)
    End If
    Next
    End If
    End Sub
    End Class
    La vida loca

  • After and before triggers

    My doubt is about the execution of triggers
    I have a table T1
    create table T1
    +(ID1 number(9,2) primary key,+
    NAME1 VARCHAR2(100)) ;
    It has following 2 rows.
    insert into t1 values (1,'sandeep')
    insert into t1 values (2,'tom')
    commit;
    I have following 4 triggers
    create or replace
    TRIGGER TRIGGER1_before_statement
    before update on T1
    begin
    dbms_output.put_line('fired before statement');
    END;
    create or replace
    trigger TRIGGER_BEFORE_EACHROW
    before update on T1 for each row
    begin
    DBMS_OUTPUT.PUT_LINE('fired before each row');
    END;
    create or replace
    TRIGGER TRIGGER_after_eachrow
    after update ON T1
    FOR EACH ROW
    begin
    DBMS_OUTPUT.PUT_LINE('fired trigger after eachrow');
    END;
    create or replace
    trigger TRIGGER1_AFTER_STATEMENT
    after update on T1
    begin
    dbms_output.put_line('fired after statement');
    END;
    i ran the following script
    SET SERVEROUTPUT ON;
    begin
    update T1 set T1.ID1=1 where T1.ID1 = 2;
    end;
    This update statement will fail because it violates the primary key constraint on the table.
    During execution of the update statement, i expect only the before statement and row triggers to fire because after triggers will be fired after execution of the statement and in this case the update execution has failed.
    But the output i am getting is
    fired before statement
    fired before each row
    fired trigger after eachrow
    which means the after TRIGGER_after_eachrow has also fired but my update statement has failed and TRIGGER_after_eachrow should fire only after updating the rows.
    Why this trigger was fired? If oracle processes all the triggers even if the triggerig statement fails, then why TRIGGER1_AFTER_STATEMENT was not fired.
    Thanks in advance.

    Hi Sandeep,
    While trying to search for the answer to your after trigger execution related issue, I got below from asktom site where I got a discussion regarding the same topic.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:29259877603106
    Below is the exact question post by one member and answer by tom in it.
    I thought
    Here is some sample which shows that after row statement fires event though the integrity
    constraint check should have failed first.
    Me and my colleagues are confused with the definition found at
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14220/triggers.htm#sthref3288
    drop table emp;
    drop table dept;
    -- Create table
    create table DEPT
      ID    NUMBER not null,
      name VARCHAR2(100)
    alter table DEPT add primary key (ID);
    create table EMP
      ID      NUMBER not null,
      NAME    VARCHAR2(100),
      DEPT_ID NUMBER
    alter table EMP
      add primary key (ID);
    alter table EMP
      add constraint EMP_DEPT_FK foreign key (DEPT_ID)
      references DEPT (ID);
    create or replace trigger EMP_AFT_INS_ROW_TRG after insert on emp  for each row
    declare
        n number;   
    begin
        select 1 into n from dept where dept.id = :new.dept_id;
    exception
        when no_data_found then
            raise_application_error(-20001, 'No such department');
    end;
    insert into dept(id, name) values (1,'First department');
    commit;
    insert into emp (id, name, dept_id) values (101, 'First employee', 1);
    commit;
    rem here I expect a foreign key violation message instead of 'No such department' application error
    insert into emp (id, name, dept_id) values (102, 'Second employee', 2);
    commit;
    Followup   September 5, 2006 - 5pm Central time zone:
    constraints technically are validated AFTER the statement executes - it is not really defined
    whether a trigger will or will not fire (and if you have logic that depends on such intricate
    ordering, we have a really big logic problem)
    but a for each row trigger - sure, because tables are allowed to violate their constraints during
    the DML, think about this:
    update emp set empno = empno+1;
    every row updated could temporarily violate uniqueness as there could be two empno =2, empno=3 and
    so on as this goes through row by row. May be its useful to you..
    Regards,
    Dipali..

  • No commit and error triggers

    Hi,
    In OWB 10.1.0.4.0 , I see a parameter NO COMMIT and ERROR TRIGGERS in mapping configuration properties - code generation options. i was not able to find any details regarding this.
    Can anyone tell me the function of these two parameters.?

    Error Trigger - Name a procedure to be fired when map fail. You may want to execute some DDL's here.
    I don't know the NO COMMIT parameter. Usualy, when you click in the parameter you can see a brief description of that parameter in the lower part of the conf. widow.
    Isn't there any for this NO COMMIT?
    Regards
    Marcos

  • Transferring non purchased pdf files to icloud from iphone or ipad and   t to icloud from my iphone and according to their ad i would be avalaible to read them in my first generation ipad but no action?

    i have about 5.6 gb or more non purchased medical books as pdf files.i have just bought extra icloud space to transfer to icloud from my iphone and according to their ad i would be avalaible to read them in my first generation ipad but no action?

    sorry cancelling while transferring my question some words gone my question is: they say you are able to read and see what you upload into icloud in one time but i uploaded my non purcahesed pdf files on my iphone 4s with latest itunes version and have latest ibooks version but i can not read my pdf files on my ipad in real time and all settings are made as they said. if not available i will cancel my extra icloud storage why pay more if i have to transfer them separetly

  • Need to put a logic in FDM where by accounts and ICP is compared and accord

    Hello ,
    Need to put a logic in FDM where by accounts and ICP is compared and accordingly ICP field is modified. Need to create an array of accounts
    Scenario:
    ICP needs to be derived based on account code. If account code is part of a predetermined list then further logic needs to be executed.
    For ex. If Acc is part of the account list ("7880","7881","7882","7883","7340","7341",
    "7342","7343","7345","7347","7346","8460","8603","8484","8610","8611","8612","8614")
    then if ICP <> 00000 then ICP = strfield
    else if Acc not part of list then ICP = "00000".
    We are facing issues in defining and referencing an array in FDM which would store the list of accounts code which can then be compared along with ICP. The other logic is as follows
    If strField <> "00000" And Val = Acc_Arr(i) Then
    T3 = strfield
    End If
    If strField = "00000" And Val = Acc_Arr(i) Then
    T3 = "ICPENT"
    End If
    If strField <> "00000" And Val <> Acc_Arr(i) Then
    T3 = "00000"
    End If
    If strField = "00000" And Val <> Acc_Arr(i) Then
    T3 = "00000"
    End If
    Regards,

    Hi,
    Two options:
    1. You can evaluate ICP based on either source account or target account. Use varValues(13) for source account and varValues(14) for target account in the conditional mapping statement for ICP.
    2. A faster performing option is to concatenate the Account and ICP into a single code, which you then import in the ICP dimentsion. You can then use simple mapping rules to do your ICP mappings and avoid conditional statements altogether.
    Regards,
    Vlado

  • Difference Between Port Forwarding and Port Triggering.

    Hi guys,
    I'm lost! The differences between port forwarding and port triggering is driving me nuts! It all seems very subtle to me. Can anyone explain to me (in a very simple way) what exactly are their differences. Thanks in advance!!

    Port Forwarding
    The big difference between this and port triggering is that forwarding is fixed.. you forward a port and it is always forwarded.. IE available to connection.. basically the forwarded port is excluded from the fire walling abilities of the router.  Second it is static and applies to one machine only. Whereas you could set port triggering to the router and thereafter any machine on the LAN can trigger it unless its already in use.. port forwarding must be specified for each individual machine.
    Port forwarding requires you to give each PC on the network its own unique static IP address.. Although there is ssh port forwarding that can be set dynamically. Most users only have the option of static ip port forwarding.
    The real downside of port forwarding is that it can be very tricky to set up... You may have to allow a series of ports on a machine and have to do that for each machine you want to allow through. Also routers often have limited abilities and may not allow you the ability to forward a port or select the service you require.
    Port Triggering
     This is a way of Dynamically assigning a service to a port WHEN it is required by an outgoing service. The port is initially not allowed so nothing can get in and you are protected by your network.  
    A good example of this is when using Yahoo! voice .. the voice works fine for a few minutes after you connect to Yahoo! then Yahoo! sends some kind of packet that requires a response from your PC... The packet is allowed in through your router no prob but the outgoing reply is not authorized to open a port on the router and is thus blocked. 
    'ope this helps

  • External in and out triggers on pxi 6541

    I need to use both trigger-in and trigger-out events.  It appears there is only one front panel port, i.e. SMB PFI<0>.  If I use that port for the trigger-in, what options are there to get a trigger-out signal out of the box (not pxi bus)?
    Solved!
    Go to Solution.

    The PXI 6541 actually has four PFI lines which can be used for importing and exporting triggers - though as you've determined, only PFI 0 has a direct front panel connection.  The others (PFI 1-3) are accessible through the Digital Data & Control port, and thus can be easily accessed when using either the CB-2162 or SMB-2163 connector block (or any similar breakout for the DDC port):
    http://www.ni.com/pdf/manuals/370369b.pdf
    http://www.ni.com/pdf/manuals/373660d.pdf
    Hope this helps!
    James M.  |  Applications Engineer  |  National Instruments
    James M. | Applications Engineer | National Instruments

  • I hav an 8gb iPod iPod touch 4 and according to settings I've got 2.6gb of memory left. However I've tried to download apps which are way smaller than that but it keeps popping up saying not enough memory! Plz explain wats goin on

    I hav an 8gb iPod iPod touch 4 and according to settings I've got 2.6gb of memory left. However I've tried to download apps which are way smaller than that but it keeps popping up saying not enough memory! Plz explain wats goin on

    Top download and install apps you need space available on the iPod equal to about three time the file download size.  If you download more than one app at a time you need about three times the total file download size available so it is better if short on storage to purchase one at a time.

  • Tooltips and When-Mouse-Enter trigger

    Are there any plans in Dev6 or beyond to allow a dynamic change
    to the item property TOOLTIP_TEXT from the item's When-Mouse-
    Enter trigger or a program unit called from this trigger? Let's
    say the tooltip text value changes when the value of the item
    changes. Trying to handle this scenario thru other triggers is
    rather inefficient and can be time-consuming to make sure all
    cases are handled. Is this going to be addressed at some point,
    or should we just hang our heads and say "Oh well, that would
    have been nice..."
    Danny Womack
    SCT Corporation
    null

    Steve - Why are you bothering to code tooltips when automatic ones are available as item properties ?These forms were first created in Forms 4.5 -- I don't think tooltips existed there. But tooltips still wouldn't work -- in a multirecord block with the code values being unique for several different records, we want the unique description for each unique value.
    And when there are several dozen values all over the screen, it would be necessary to lookup and store the description for every value, even though the users would seldom access them. So lookup ONLY on demand is more efficient.
    It is a standard process with everything possible stored in a PLL, so the WME lookup works great. And tailoring it for the web with when-mouse-click was not tough to add on.

  • Is it possible to add keywords, title tags, and alt tags to lightbox images and/or triggers?

    I am building a mobile site that is pretty heavily dependant on lighbox displays for the scroll capability. The issue I have run into is that I need to be able to add alt and title tags to the images in the lightbox (slideshow) to maintain the seo of my site. I have only designed a few of the pages thus far, and the issue I am running across is that once an image is considered a "trigger" by muse I can no longer add the seo elements in the same way I can when it's an image.
    A few ways around this I found are:
    1) export the site to Dreamweaver and then I can go in to the code and add the seo for the images in the lighbox on the backend.
    2) I can build the site image by image and then over lay each trigger for the lighbox slideshow.
    The issue with #1 is that once I export my site to dreamweaver it is then no longer editable in muse. I see this presenting a huge problem as I move forward with new iterations of my website. Any changes made in dreamweaver are not transferable to muse and thus creating two seperate sites. That means I would need to recreate any and all seo built in every time I update the site. This is not really an option and is not efficien at all. Is there a way to jump back and forth between these two products that I am unaware of? That would be most helpful.
    The issue with #2: I have built each project page on the site as mostly large background images with triggers over laid. I did this to try and lower the overall gerth of the site, but it is seeming I am not going to be able to get around this and maintain the seo i am looking for.
    Has any one run into this problem and solved it?
    Here is the site thus far:
    ghatest.businesscatalyst.com
    Thank you for your feedback!

    Placed images and slideshow images support tooltips (the "title" attribute) and alt text via the "Edit Image Properties..." content menu.
    Strictly speaking, background images (fill images) in HTML do not support these tags. That said, in some contexts it may make sense for Muse to enable setting these attributes on an arbitrary object (which may, or may not, have a fill image).

Maybe you are looking for

  • Mini Displayport to VGA problem - not recognizing

    Hi all, First, thanks for your patience as I am new to these forums and thanks for reading and hopefully helping. We purchased an apple branded mini DP to VGA adapter about a week ago from an auth. reseller in Prague (US expats). We are using the ada

  • Macbook pro does not boot after enabling Filevault

    macbook pro with OS 10.9.2 : after enabling encryption ran in to a problem and did not startup. did the followings: - loaded to recovery mode:  command-R - disk utility- verify disk> repair disk - tried to reinstall OS : did not work - re-partitioned

  • Horizontal Spry Menu appears as bullet point list in IE8 and below - fine in firefox, chrome and IE9

    This one is breaking my brain! I have an horizontal spry menu bar in my website that renders correctly in all browsers except ie 8 and below where it appears like an unordered list - almost like no CSS had been applied at all. You can check out the s

  • Incoming Image file with XML payload processing

    Hi, We have PI 7.1 and the interface is from file to standard RFC scenario with ABAP proxy in ECC. 2 incoming files need to be processed by the interface - xml file with transaction details and the corresponding Image file. These files have to be map

  • How to find objects ( tables) used in SP

    Is there any query with which I can find all the tables used ( to perform Select Insert Update Delete operation) in a procedure in oracle 10g. I want to take back up of all the tables used in a particular. but it is becoming difficult to find by look