Drop trigger in an accordion tab?

Hello world

Our site has an accordion on the first page we use for recent news. If a news entry is more complex, we will have a trigger that opens a lightbox with additional details, videos, photos, etc. Unforunately the designer who built the page has been moved elsewhere, and I'm still working on how the hell he placed the trigger in an accordion tab? If Oh relax superimposed above the entrance to news it is just sitting on top of the accordion, rather than appearing and disappearing as I open and close the entrance. Any tips? I tried selecting the trigger and slide it into the tab with no luck. Create a new tab does not give me a trigger either. Am I missing something obvious?

See you soon

If I have the right to request, looking to add a trigger to a viewer of in a panel of the accordion?

If that's what you're looking for, try putting an accordion on page with can close all the selected (as an option) and to open the first round table. With the content area selected, drag the Lightbox widget screen Composition the content area. You will notice that even if the Lightbox display composition doesn't really fit in the Panel of the accordion in his together in design mode, close the accordion panel allows to hide the jQuery part too.

You can then select the target of the composition of the Lightbox (you will need to go levels deep to get to the goal of the Composition) and place the desired content accordingly on each slide, which would then appear only on the slide you placed content in. Here's a quick demo page I created when the first Panel of the accordion has three triggers to a Lightbox Composition view with the second slide with a YouTube video - http://anothertest15.businesscatalyst.com/index.html.

Thank you

Vinayak

Tags: Adobe Muse

Similar Questions

  • Audit of drop trigger instructions

    Hi all

    I want to review the status of any user drop trigger. I tested it by creating a generic user, a table and a trigger on the table. Then, I dropped the trigger and went to the notice of dba_audit_trail to check if there is no record this action. There is none.

    SQL> audit drop any trigger whenever successful;
    
    
    Audit succeeded.
    
    
    SQL> audit drop any trigger whenever not successful;
    
    
    Audit succeeded.
    
    
    SQL> create user test_trg identified by "test_trg123";
    
    
    User created.
    
    
    SQL> grant connect, resource, select_catalog_role to test_trg;
    
    
    Grant succeeded.
    
    
    SQL> conn test_trg/test_trg123
    Connected.
    SQL> create table t (id number primary key);
    
    
    Table created.
    
    
    SQL> create trigger test_trigger before insert on t for each row begin null; end;
      2  /
    
    
    Trigger created.
    
    
    SQL> drop trigger test_trigger;
    
    
    Trigger dropped.
    
    
    

    Then, I questioned the DBA_AUDIT_TRAIL and found no documents reflecting the DROP TRIGGER TEST_TRIGGER statement that I just executed.

    SQL> SELECT USERNAME, ACTION_NAME, TIMESTAMP FROM DBA_AUDIT_TRAIL WHERE ACTION_NAME NOT LIKE 'LOG%';
    
    
    USERNAME                       ACTION_NAME                  TIMESTAMP
    ------------------------------ ---------------------------- ---------
    SYSTEM                         DROP PUBLIC SYNONYM          26-FEB-15
    SYSTEM                         DROP PUBLIC SYNONYM          26-FEB-15
    SYSTEM                         CREATE PUBLIC SYNONYM        26-FEB-15
    SYSTEM                         CREATE PUBLIC SYNONYM        26-FEB-15
    

    Where is my mistake?

    Thank you.

    Martin

    You level DROP ANY TRIGGER, this been verified if TEST_TRG user deleted a trigger to another schema, not his own.

    turn on: trigger access check;

    -recreate the trigger in the test_trg schema

    -to connect with test_trg, put his own trigger

    -check the audit records

  • Drop trigger question

    Hi DBAs,

    I am using Oracle 11g, in my scheme, I have more than 100 Tables triggers, here I want to drop the triggers. I used the following cmds but it shows there is no such thing as triggers.

    SQL > drop trigger SYS_DOC_TRAILd;
    Drop trigger SYS_DOC_TRAILd
    *
    ERROR on line 1:
    ORA-04080: trigger 'SYS_DOC_TRAILD' does not exist

    One can tell how I can drop my schema triggers.


    Thanks in advance.

    What happens if you use double quotes with the name of the trigger either try with:

    Drop trigger "SYS_DOC_TRAILd";

    Concerning
    Girish Sharma

  • Drop down menu of the tab bar is empty.  How can I get that back?

    When I clicked on the icon creative cloud in the tab bar, I get a drop-down list of all the programs that I installed with their situation, update information, etc. The drop down again, but it is empty.

    Hello

    You can refer -:new Creative Cloud application unusable: it is empty!

    and also try:-screen black at sign - in | Creative Office Cloud app

    Hope this helps!

  • Accordion tabs closed the loading of the Page

    How this page would set so all accordions are closed the loading of the page? I don't want the first tab to be opened when a viewer opens the page.

    Link is http://thedenovo.worldsecuresystems.com/solutions.html

    Moved on the forums of Muse!

    Select the option may close in Design view and click the tab open once to close all tabs within the accordion.

    Thank you

    Vinayak

  • Compilation of a trigger closes the EA3 tab

    When I compile a trigger of the code for the trigger, the trigger tab Edit tab closes.

    This occurs if the compilation was successful or not and whether or not the tab is pinned.

    Other tabs for editing code (stored procedures, packages etc.) always behave properly by compiling without closing the tab.

    Is this a bug or is there an option that I can set to prevent this?

    Using the Version 3.0.03

    Thank you
    Euan

    The current workaround is by removing the quotes on the name of the schema, or if you plan to compile on the same schema then you try to remove the schema name.

    Kind regards

    Buntoro

  • Where the accordion tab in AnimateCC?

    It allows to be under the "User Interface".

    Now this isn't there anymore.

    It has been deleted?

    Thank you.

    If you mean accordion pane, it is no longer available.  That is to say, create your own.

  • Trigger text close accordion

    Dear Adobe community,

    I'm currently learning JavaScript and so your help would be very appreciated.

    I want to add text to a panel of the accordion (in the framework of "bootstrap") element that triggers the closure of the Panel.

    Best regards

    Andreas

    You add a right button and include the id of the Accordion Panel in the data target attribute:

    Bootstrap is a front-end framework that will not be used by those who are challenged to the code and those who are not it won't need.

  • the problem is that what should be in the drop-down menus for five tabs at the top of the Web page, becomes a linear menu on the left side of the screen

    Here is the html d write Dreamweaver form:

    "< a href ="http://rippleeffects.com/index.html">< /a >."

    Please click the button quite useful next to the answer that solved your problem of Firefox support, When you are connected, so this thread is marked as resolved to help other users who may have this same problem.

  • How to drag and drop nodes to tab between the components of the tab

    I'm working on this tutorial example ( feature drag - move in the JavaFX Applications |) JavaFX tutorials and Documentation 2 ). Based on the tutorial I want to drag tabs between two tabs. So far, I have managed to create this code, but I need help to complete the code.

    Source

    tabPane = new TabPane();
    Tab tabA = new Tab();
       Label tabALabel = new Label("Main Component");
    
    
    tabPane.setOnDragDetected(new EventHandler<MouseEvent>()
            {
                @Override
                public void handle(MouseEvent event)
                {
                    /* drag was detected, start drag-and-drop gesture*/
                    System.out.println("onDragDetected");
    
                    /* allow any transfer mode */
                    Dragboard db = tabPane.startDragAndDrop(TransferMode.ANY);
    
                    /* put a string on dragboard */
                    ClipboardContent content = new ClipboardContent();
                    content.put(DataFormat.PLAIN_TEXT, tabPane);
                    db.setContent(content);
    
                    event.consume();
                }
            });
    

    What is the correct way to insert the contents of the tab as an object? In the tutorial simple text is transferred. How do I change this line content.put(DataFormat.PLAIN_TEXT, tabPane); ?

    And what is the right way to insert the tab after that I drag the tab:

    Destination


    tabPane.setOnDragDropped(new EventHandler<DragEvent>()
            {
                @Override
                public void handle(DragEvent event)
                {
                    /* data dropped */
                    /* if there is a string data on dragboard, read it and use it */
                    Dragboard db = event.getDragboard();
                    boolean success = false;
                    if (db.hasString())
                    {
                        //tabPane.setText(db.getString());
                        Tab tabC = new Tab();
                        tabPane.getTabs().add(tabC);
                        success = true;
                    }
                    /* let the source know whether the string was successfully
                     * transferred and used */
                    event.setDropCompleted(success);
    
                    event.consume();
                }
            });
    



    I guess that this transfer is possible?

    REF javafx 2 - How to drag and drop nodes between the components of the tab - stack overflow tab

    I use a graphic (instead of text) for tabs and call setOnDragDetected on this chart. That way you know which tab is moved. There is no nice way to put the tab itself in the dragboard because it is not serializable (see https://javafx-jira.kenai.com/browse/RT-29082), so you'll want to probably just store currently slipped into a property tab.

    Here's a quick example; It only add the tab at the end of the existing tabs in the pane has fallen. If you want to insert it in the location that is closest to the actual drop you probably browse the tabs and find details of chart of each tab, or something.

    import java.util.Random;
    
    import javafx.application.Application;
    import javafx.beans.property.ObjectProperty;
    import javafx.beans.property.SimpleObjectProperty;
    import javafx.event.EventHandler;
    import javafx.scene.Scene;
    import javafx.scene.control.Label;
    import javafx.scene.control.Tab;
    import javafx.scene.control.TabPane;
    import javafx.scene.input.ClipboardContent;
    import javafx.scene.input.DragEvent;
    import javafx.scene.input.Dragboard;
    import javafx.scene.input.MouseEvent;
    import javafx.scene.input.TransferMode;
    import javafx.scene.layout.StackPane;
    import javafx.scene.layout.VBox;
    import javafx.stage.Stage;
    
    public class DraggingTabPane extends Application {
    
      private static final String TAB_DRAG_KEY = "tab" ;
      private ObjectProperty draggingTab ;
    
    @Override
      public void start(Stage primaryStage) {
      draggingTab = new SimpleObjectProperty<>();
      TabPane tabPane1 = createTabPane();
      TabPane tabPane2 = createTabPane();
      VBox root = new VBox(10);
      root.getChildren().addAll(tabPane1, tabPane2);
    
      final Random rng = new Random();
      for (int i=1; i<=8; i++) {
        final Tab tab = createTab("Tab "+i);
        final StackPane pane = new StackPane();
          int red = rng.nextInt(256);
          int green = rng.nextInt(256);
          int blue = rng.nextInt(256);
        String style = String.format("-fx-background-color: rgb(%d, %d, %d);", red, green, blue);
        pane.setStyle(style);
        final Label label = new Label("This is tab "+i);
        label.setStyle(String.format("-fx-text-fill: rgb(%d, %d, %d);", 256-red, 256-green, 256-blue));
        pane.getChildren().add(label);
        pane.setMinWidth(600);
        pane.setMinHeight(250);
        tab.setContent(pane);
        if (i<=4) {
          tabPane1.getTabs().add(tab);
        } else {
          tabPane2.getTabs().add(tab);
        }
      }
    
      primaryStage.setScene(new Scene(root, 600, 600));
      primaryStage.show();
      }
    
      public static void main(String[] args) {
      launch(args);
      }
    
      private TabPane createTabPane() {
        final TabPane tabPane = new TabPane();
        tabPane.setOnDragOver(new EventHandler() {
          @Override
          public void handle(DragEvent event) {
            final Dragboard dragboard = event.getDragboard();
            if (dragboard.hasString()
                && TAB_DRAG_KEY.equals(dragboard.getString())
                && draggingTab.get() != null
                && draggingTab.get().getTabPane() != tabPane) {
              event.acceptTransferModes(TransferMode.MOVE);
              event.consume();
            }
          }
        });
        tabPane.setOnDragDropped(new EventHandler() {
          @Override
          public void handle(DragEvent event) {
            final Dragboard dragboard = event.getDragboard();
            if (dragboard.hasString()
                && TAB_DRAG_KEY.equals(dragboard.getString())
                && draggingTab.get() != null
                && draggingTab.get().getTabPane() != tabPane) {
              final Tab tab = draggingTab.get();
              tab.getTabPane().getTabs().remove(tab);
              tabPane.getTabs().add(tab);
              event.setDropCompleted(true);
              draggingTab.set(null);
              event.consume();
            }
          }
        });
        return tabPane ;
      }
    
      private Tab createTab(String text) {
        final Tab tab = new Tab();
        final Label label = new Label(text);
        tab.setGraphic(label);
        label.setOnDragDetected(new EventHandler() {
          @Override
          public void handle(MouseEvent event) {
            Dragboard dragboard = label.startDragAndDrop(TransferMode.MOVE);
            ClipboardContent clipboardContent = new ClipboardContent();
            clipboardContent.putString(TAB_DRAG_KEY);
            dragboard.setContent(clipboardContent);
            draggingTab.set(tab);
            event.consume();
          }
        });
        return tab ;
      }
    }
    
  • Convert tabs in the 2nd level drop App Builder theme

    Dear Experts,

    Given:
    -Apex 4.2
    -Application theme: Bluejay-22
    -Model of Page class: two level tabs

    Mandatory:
    -Convert the 2nd level (theme of Bluejay-22) tabs to dropdowns (Application Builder theme)
    -Where can I find documentation for app_AppMenuMultiOpenBottom3

    Current situation
    -Only the tabs first level are converted to match the (Application Builder theme).
    -The drop-down menus of the tabs are second level does not

    Tried not
    (1) link to the following CSS in the section header of the Page of Bluejay model (22)
    <link rel="stylesheet" href="/i/css/apex_builder.min.css?v=4.2.0.00.27" type="text/css" />
    <link rel="stylesheet" href="/i/css/apex_ui.min.css?v=4.2.0.00.27" type="text/css" />
    <link rel="stylesheet" href="/i/css/apex_ui_builder_home.css" type="text/css" />
    (2) link following Scripts into the header section of the Page model
    <script type="text/javascript">
    var apex_img_dir = "/i/", htmldb_Img_Dir = apex_img_dir;
    </script>
    <script src="/i/libraries/apex/minified/desktop_all.min.js?v=4.2.0.00.27" type="text/javascript"></script>
    <script src="/i/libraries/apex/minified/legacy.min.js?v=4.2.0.00.27" type="text/javascript"></script>
    <style> html {visibility:hidden;} </style>
    <script type="text/javascript">
    apex.security.framebreaker("D");
    </script>
    <script src="/i/libraries/apex/minified/widget.textarea.min.js?v=4.2.0.00.27" type="text/javascript"></script>
    <script src="/i/libraries/apex/minified/builder.min.js?v=4.2.0.00.27" type="text/javascript"></script>
    (3) re - write the body section as follows
    <div id="page-header">
          
      .... LOGO AND WELCOME HERE ......  
     
       <div class="apex-top-bar-end">
           <div class="apex-top-bar">
                  <div id="tabs" class="dhtmlMenuLG">
                      #PARENT_TAB_CELLS#
                      <ul id="" htmldb:listlevel="1" 
                        class="aTabs dhtmlSubMenu pulldown-tabs" style="display:none;">
                          #TAB_CELLS#
                          <li class="last" dir="RTL"><span></span></li>
                      </ul>
                  </div>  
           </div>
       </div>   
    </div>
    
    <div id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>
    <div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>
    <div id="body">
        <table class="tbl-body" cellspacing="0" cellpadding="0" border="0" summary="">
        <tbody>
          <tr>
            <td class="tbl-main" width="100%">#REGION_POSITION_02##BOX_BODY#</td>
            <td class="tbl-sidebar">#REGION_POSITION_03#</td>     
          </tr>
        </tbody>
        </table>
    </div>
    (4) update of the section of the Standard tab attributes to have
    Current tab as follows
    <li class="#TAB_STATUS#">
      <a href="#TAB_LINK#" 
         class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)" 
         title="#TAB_LABEL#">
         "#TAB_LABEL#
      </a>
    </li>
    {code}
    and *Non Current Standard Tab* as the following
    {code}
    <li class="#TAB_STATUS#">
      <a href="#TAB_LINK#" 
         class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)" 
         title="#TAB_LABEL#"> 
          "#TAB_LABEL#
      </a>
    </li>
    (5) section of the parents tab attributes for update
    The current Parent tab as follows
    <div id="#TAB_ID#" class="current">
       <a href="#TAB_LINK#" title="#TAB_LABEL#" class="link_text">#TAB_LABEL#</a>
       <a href="#"    
          onclick="app_AppMenuMultiOpenBottom3(this,
                                             'S#TAB_ID#',
                                             '#TAB_ID#',
                                             false); return false;" class="link_icon">
          <img src="/i/apex/builder/down_dark_12x12.gif" width="12" height="12"  
               class="dhtmlMenu" alt="#TAB_LABEL# Drill Down"/>
       </a>
    </div>
    and not the Parent current tab as follows
    <div id="#TAB_ID#" class="non-current">
       <a href="#TAB_LINK#" title="#TAB_LABEL#" class="link_text">#TAB_LABEL#</a>
       <a href="#"    
          onclick="app_AppMenuMultiOpenBottom3(this,
                                             'S#TAB_ID#',
                                             '#TAB_ID#',
                                             false); return false;" class="link_icon">
          <img src="/i/apex/builder/down_dark_12x12.gif" width="12" height="12"  
               class="dhtmlMenu" alt="#TAB_LABEL# Drill Down"/>
       </a>
    </div>
    How to reach the required above?

    Best regards
    Mahmoud

    Mahmoud

    You forgot to add the dhtmlSubMenuN class to the link of the standerd tabs element.
    I added to the class and it's looking OK now.

    Nicolette

  • tab panel accordion Spry, link to a page of diferent

    Hello

    I have sort of a section of my site catalog of a few pages, one for each category in my catalog (tables, chairs, lighting, etc.).

    Each of these pages has a spry accordion, which looks the same on all pages.

    When I click on the tab of the Panel accordion, accordion (for this category) Panel content arises, which is very good.

    But when I click on the Accordion Panel tab, I would, first of all for this page is displayed, then for the accordion panel content appears.

    This is what happens:

    I am on the page TABLES. When I click on the Panel accordion tab "CHAIRS" the Panel content Accordion with the different types of Chairs opens / shows, but I'm still on the TABLES page.

    I would like this brings me to the page of CHAIRS without having to choose one of the sections content panel.

    I can't be able to do it with a simple link.

    What should I do?

    Thank you.

    It seems that you have to attach an event onclick (see below)

    At the point where your code probably looks something like:

    Chairs

    You must encapsulate the AccordionPanelTab

    in an anchor as tag below:

  • dynamic generation of tabs or accordion

    I need to display information as follows:
    Dept has
    Group 1
    Position 1-1
    Position 1-22
    Group 2
    Position 2-1
    B Dept
    Group 1
    etc.
    Currently do using < cfoutput query = "myQuery" group = "Dept" > and so on to create div tags that I then show and hide with DHTML/Javascript
    The number of departments change as do groups and positions, so the divs must be generated dynamically based on a query.
    Can be done the same thing in Flex 2 with accordians or tabs?
    Last question is my webhost does not have Data Services installed so I wiould have pr - compile SWF files. If this were doable in Flex 2 SWF of pre-compled would always implement the dynamic creation of the tabs/accordians?

    Hello

    Tab controls and the accordion can have their navigation dynamically modified. Both use the children containers (for example a cloth) - when you first receive your data from departments, the removeAllChildren() method clears the existing tabs/accordion tabs, then you need to create and addChildren() to rebuild the interface.

    See you soon,.

    Simon.

  • Drop Down Menu hidden behind the images on the page.

    I created a drop down menu of the page MASTER using a blank publication and adding the trigger on my menu tab.

    For some reason when I transfer to the server I get this error. The region appeared behind images.

    Help, please.

    Screen Shot 2014-11-19 at 5.05.05 PM.png

    Yes I know that's what it says in all the documentation and I've tried about 300 different ways, time and the only way that they work and have a menu pops down in front of a youtube video that has been incorporated into the page was to put this in a YouTube video embed code. I tried to reorder the items inside of the layers, I tried to create another layer, I tried all of the documented methods that I could find on the internet and on the site of Adobe Web and none of them worked except for this code. I know it says its supposed to work this way, but it never did for me

  • Drop-down list empty folder of bookmarks

    I can't to bookmark all tabs, 335 all of them. At first, I thought, well, maybe too many tabs. As far as I know he never stopped me before. But as I begin to dig a little deeper, it only happens with some tabs and maybe the number is not bound. Some pages may contain drugs to the toolbar while the other cannot be. The same thing happens when I right click on the menu drop-down 'to bookmark all tabs... ". "You can try to recreate the problem in a much simpler way. Go to the Start Page of Mozilla Firefox and click on "what kind of web do you?" several times. Then try to save all tabs. This works. Now, try the Mozilla link on the upper right and try to save. It fails. Now open several tabs with a combination of these two pages. It does not work. Remove the offending tabs. Now, it does not work. Hope this helps one who strives to solve this problem.

    You can check for problems with the database places.sqlite file in the Firefox profile folder.

Maybe you are looking for

  • Deleted storage still fills HDD

    After deciding that my main account on my Mac has taken too much space, I chose to create a second account with the first account of the deletion. This second account is an account for the most part, nothing more. After this, I restarted my machine t

  • error messages &amp; unalbe to show em who sent in sent foler

    It started today out of the blue. I can send an em 'answer' and I get the following error message:There was a problem, including the file:///C:/DOCUME~1/LOUISE~1/LOCALS~1/Temp/nsemail.html file in the message. You want to continue to send the message

  • Apple TV like Smart Home Hub?

    Hey! I am keen to get the philips tint lights and stuff. I heard that the Apple TV can act as a hub. Does this mean that I have to buy the Philips tinted hub?

  • Please help me, it's very very Urgnet.

    I have all the two folders that are in roaming and local, I want to already open tabsPlease help me it is very urgent.I have all the profiles that are local and a roaming profile.

  • I can't get my laptop to restart to upgrade my itunes

    I can't get my laptop to restart to upgrade my itunes so I can sync with my iphone more than 6. Any ideas / suggestions?