WAD - Possible to embed RRI commands in CSS style menu?

I'm not content with the standard web item options in WAD and was hoping I could create my own menu using CSS style commands and then embed the BI:ACTIONs within the list links.  Is this possible?  I've got the list created within WAD, but can't find anything out there on how and what BI commands to embed.  Any help or alternative suggestions appreciated.  Thanks.
Ivano

FYI, I found one simple way to do this.  You can use the web item "Link", define the RRI or other set of BI actions you want to perform within that in the Layout side of WAD.  Then, within the XHTML portion you can cut this relevant snippet of BI command code and place it under the CSS-style menu you're trying to create.  In my exmaple, I styled a drop-down list and was able to have this as action as a link within the sub-menus.  For example, here's the list portion:
<ul >
                        <li >
                            <bi:LINK_ITEM name="DISTRIBUTIONMETRIC" designheight="23" designwidth="200" >
                                <bi:TEXT_CONTENT value="Distribution Metric" />
                                <bi:ACTION type="CHOICE" value="INSTRUCTION" >
                                    <bi:INSTRUCTION >
                                        <bi:RRI >
                                            <bi:TARGET_DATA_PROVIDER_REF value="%NM%" />
                                        </bi:RRI>
                                    </bi:INSTRUCTION>
                                </bi:ACTION>
                            </bi:LINK_ITEM>
                        </li>
                        <li >
                            <a href="#" >Volume Metric</a>
                        </li>
                        <li >
                            <a href="#" >Marketshare</a>
                        </li>
                        <li >
                            <a href="#" >Standard Operating Reports</a>
                        </li>
                        <li >
                            <a href="#" >MPS Reports</a>
                        </li>
                    </ul>
Edited by: ivanoharris2 on May 12, 2010 10:20 PMd

Similar Messages

  • Is it possible to Embed a PDF and command by a button within a PDF document

    Is it possible to embed a fillable PDF form onto a PDF document and using the button to open the embedded file?
    I am using XI Pro.
    Thanks.
    Jj

    Files cannot be "embedded" in a PDF.
    Attach the form PDF to the not-a-form PDF.
    Create the Button field on the not-a-form PDF.
    For the Button's Action select "Go to a page view".
    You'd open the attached form PDF.
    The  Action wll look like:
    Mouse Up
        Go to a page in another document
               File: PDF attachment
               Page: 1
               Zoom level: Fit Page
    The default "Open" for the attached PDF is "Window set by user preference".
    You can edit this to select either "New Window" or "Existing Window".
    Be well...

  • HT5361 Is it possible to embed raw latex into a mail message to display an equation?

    Hi,
    Is it possible to embed raw latex (or any other meta data format like HTML) into a mail message? I would really like to be able to send equations directly without converting them to PDF or GIF first.
    Thanks,
    Joe

    I just borrowed a quadratic equation from the MathML Wikipedia site and grafted it into an HTML document. It imaged fine in Safari 7. It should be noted that neither the latest Google Chrome or FIrefox rendered the same content accurately.
    Laying out your entire email message (including MathML) in HTML can be tedious. Once it is displayed in the browser, each use of the command+I will put the browser content in a new Mail compose window. So, you cannot add an equation to existing Mail composition. Select, copy and paste (or paste and match style) will not work either.
    Depending on the importance you place on email equations, at one time, Design Science (MathType) claimed compatibility with Apple Mail (4.5) where you could input your equation in MathType and it could then be placed within the email. The mail recipient would not need a copy of MathType installed for this to work. MathType even allows you to key your equation in with LaTeX syntax to generate the equation.
    You could check with them about functionality (or restrictions) with Mail 6 and 7 on OS X, as it might provide a more productive way to achieve your goals.

  • Is it possible to embed fonts?

    Is it possible to embed fonts into the keynote presentation? That way if the presentation is moved to another computer, the fonts will be the same?
    Thanks
    g4   Mac OS X (10.4.7)  

    Welcome to the discussions, finfin8.
    No, Keynote doesn't allow fonts to be embedded into the presentation. If this is text that you aren't going to change, you always have the option of converting it to .pdf using Preview.
    Copy the text
    Open Preview
    Command-N
    Save As... PDF
    Then drop that PDF into Keynote, position it where your text should be and you don't have to worry about not having that font anymore (though the presentation will still probably throw up an error message stating that it needs it).

  • Is it possible to embed camera profiles in DNGs?

    I convert my Canon 60D CR2s to DNG via the DNG converter, but also use Camera RAW in Photoshop CS5, which has lens profile support, and sometimes PTLens via a plugin in Aperture to avoid starting up Photoshop.
    Is it possible to embed camera profiles into a DNG, either with Adobe software, or other 3rd part software, so that Aperture can read it? Aperture uses the system Raw support, and since it does support embedded lens profiles, such as from some Micro 4/3rd cameras, which gives Aperture rudimentary support for them.
    So, is there any way to embed lens profiles into my converted DNGs with any available software? I'm OK with command line utilities, so if there is a techy way, I can devise a script (hopefully) to add it automatically. I do have PTLens, which has a lens profile database (though perhaps encrypted), and I think Hugin supports the LensFun database as well.

    I have only experimented a little bit with the profile creator, so don't take this as an expert answer.  It seems to me that the profiles are saved with an identifier linking them to the appropriate camera model.  Apparently what you would have to do is find a way to edit that profile and modify that identifier to point it to a different model.

  • Is it possible to embed some JavaScript code WITHIN a QT movie?

    Hi,
    This may be a job for QuickTimeKirk, as I've seen (s)he seems quite knowledgeable about QuickTime secrets...
    I'm using a blog service which does not allow the calling of external JavaScript files. Furthermore, testing STAMPot from my excellent fellow compatriot *Francis Gorge* (http://www.qtbridge.com/stampot/stampot.html) did not help me enough because the posts on my blog are contained within tables over which I have little control. In particular, I cannot write a full HTML page description with the <head> and <body> tags, and all the references needed to link to the .js file (and others) created by STAMPot.
    So, I'm wondering if it is possible to embed the appropriate code directly within a QuickTime movie, e.g. under the form of a additional HREF track.
    What I'm trying to achieve, in the end, is to have a poster frame for my movie, and have the movie play within that same poster frame space, but WITHOUT the movie controller +(not the poster frame controller, which I know how to hide)+, and then the movie looping back to the poster frame.
    Maybe I missed something, but in the case I understood correctly what I read on the QT Dev web site, when one passes the controller="false" parameter to the +<embed src="<a class="jive-link-external-small" href="http://...&gt;">http://...> tag, the parameter only applies to the FIRST movie, which is, in fact, the poster frame. Even if the target movie was saved with the controller disabled, this is only acknowledged by QuickTime Player, NOT by the QuickTime plugin.
    Any help will be greatly appreciated!
    Thanks in advance,
    batspray

    1- You can add a frame to the end of the movie, make it an href track that points back to the poster movie. Yes. Illustrated details, here: [http://developer.apple.com/documentation/QuickTime/QT4WebPage/samplechap/speci al-24.html]
    2.- As to the larger question of JavaScript within the QT movie, No. "Starting with QuickTime 7.1.5, you can no longer issue javascript: URLs or call JavaScript functions from within a QuickTime movie. This feature was removed from QuickTime for security reasons." See this official notice: [http://developer.apple.com/documentation/quicktime/Conceptual/QTScriptingJavaScript/bQTScripting_JavaScri_Document/chapter_1000_section1.html].

  • Is it possible to embed keywords assigned in Lightroom 4 into DNG files?

    Keywords I assign to photos in Lightroom do not show up as "tags" when I view the photo's properties in Windows Live Photo Gallery. Is it possible to embed keywords assigned in Lightroom to the properties of the photo file?

    Thanks very much for your response. Ctrl-S saved the keywords to the DNG file properties. However, my original question was wrong. I should have asked how to save the keywords assigned in Lightroom to the properties of a TIFF file. Ctrl-S in Lightroom does not seem to embed keywords assigned to a TIFF file. When I check the properties of a TIFF file in Windows Live Photo Gallery after I have assigned keywords in Lightroom, the keywords assigned in Lightroom do not appear as "tags." Do you have any additional suggestions?

  • Is there a way to "embed" -Xmx command into program

    Hi fellow members,
    I have been working on a program to analyze web page structural similarity and has been posting on this forum for some help recently. At the moment I manage to parse html into DOM tree and perform tree edit distance analysis.
    But I'm facing a problem which is heap memory running out. More complex web pages run up to >1000 nodes and the recursive comparing which has a time complexity of N^2 will cause outofmemory error. I have already reduced the number of nodes such as excluding text nodes as I'm primarily concerned with the structural similarity.
    By using -Xmx to increase the heap memory helps to solve the problem partially. I would prefer to embed this command into the program so that user does not need to type it out every time. Is there a way to do this?
    Thanks in advance.

    I see, thanks a lot guys, I will read up on batch file processing.
    But I'm wondering if I'm going to make it into a .exe file which will include the GUI in the near future, will I still need to write a batch file or any swing component can set the memory?
    One more wild question, is there a way to set heap memory to be dynamic, as in increasing according to the program needs?

  • Is it possible to embed fonts in Keynote theme?

    I've created custom theme for Keynote'08 and everything works fine.
    My theme uses corporate fonts.
    At the moment the theme is distributed with additional font pack and the user have to install both, but I'd like to simplify the theme installation process.
    Is it possible to embed fonts in Keynote theme?

    Got it, and it make sense...
    I was thinking about something like adding fonts to theme-files folder,
    but well, I can live without this "feature".
    Thx Your for the answer.

  • Is it possible to embed a Windows QT player on CD?

    Is it possible to embed a Windows QT player on CD so the application doesn't have to be loaded on the host machine, but accessed from the CD. I have QTVR movies that must play on XP machines, but receipients are not permitted to permanently load "unapproved" software. I recall long ago that a Mac QT player was standalone and could be included in this manner but am unfamiliar with Windows requirements. Can anyone help please?
    G5 Dual 1.8   Mac OS X (10.4.3)  

    Sorry but no. Just as with Windows Media Player, QuickTime has files that must be installed as part of the operating system. The same would apply to a Mac, by the way.

  • Is it possible to Embed an MP4 video into a FlashCC file?

    We're looking at hopefully getting some videos into our final swf by embedding it.  We know we can use FLV's etc, but we would like to use the original MP4's without the loss of quality. Is it possible to Embed mp4's using code or something and adding it to a stage? I read everywhere that it is not possible unless converted etc...
    If anyone does have any comments, links or example code that may help, it would be appreciated.
    Thanks.

    Thanks for the answers here but this is what i've found online also. The problem is that the mp4 isn't embedded into the swf and has to be 'linked' to a source file.
    The only thing I can find to do is to convert to flv and then embed... But even Media Encoder doesn't support flv anymore...

  • Is it possible to embed VIMEO videos in HD QUALITY?

    Is it possible to embed VIMEO videos in HD QUALITY?
    I'm trying to embed in Adobe Muse a few videos taken from my Vimeo account.  but the quality in Muse seems poor, compared to the original Vimeo quality, which is HD.
    if I click on "HD", in Muse, it says "sorry HD not available here".
    anyone can help?
    thanks

    well, problem solved, got vimeo plus (50$ per year) HD ok in embedded videos.

  • Is it possible to embed Youtube videos in to InDesign?

    Hello everyone,
    im working with a interactive pdf and i need to put in a couple of video's.
    Is it possible to embed Youtube video's into InDesign?
    I know that this question has been asked before, but a answer on it i couldn't find.
    Sorry for my bad english , but after a couple of hours of looking on the internet and experimenting it still doesn't work.
    Thanks,
    Robin

    Here's an interactive PDF with a Flash player I built awhile back embedded
    http://www.zenodesign.com/forum/zenoyoutube.pdf
    This won't work inside of a browser, but if you download the pdf and open it in Reader 9 it should work. You'll have to click the Flash icon and Allow dialogs first then enter a YouTube URL in the field in the lower right corner and click play. Most YouTube URLs from your browser address field should work, i.e. this format:
    http://www.youtube.com/watch?v=c1oMtwmTaNQ

  • Is it possible to embed video in keynote presentation when exporting to .pdf?

    Is it possible to embed video in keynote presentation when exporting to .pdf?

    You can place the video in Keynote but it will be exported as a still.Adobe Acrobat Pro is needed to embed video in a PDF page.

  • RE: Is it possible to set 2 commands to 1 keyboard shortcut

    I am wondering if it is possible to set  2 commands to 1 keyboard shortcut.
    I have a script that saves copies of InDesign pages to the desktop. I would love to set the keyboard shortcut for this script to be the same as the Save shortcut (Command S), which saves the InDesign pages into our content management system. However, I can't seem to get this to work.
    Any suggestions?

    No, you cannot get a kbsc to do two things at the same time.
    But…you can set it run a script.
    Bob

Maybe you are looking for

  • Is there a way to open form as if from different responsibility in R12

    Is there a way to open form as if from different responsibility in R12. Have tried to call FND_GLOBAL.apps_initialize but it did not changed a thing.

  • Error in Sub-Query

    Dear All, Based on below image show that the error message, As i know is aggregation problem  in sub query, May i know how to solve it ? thank you.  

  • Should TouchPad be left on all the time? Battery life?

    Hello, sorry if this question has been asked before but I have searched this forum (before asking this question) and could not find an answer. Is it recommended to leave your TouchPad on all the time (which I have been doing) or should it be turned o

  • How to generate an entry in COSS table?

    Hello, i need to generate an entry in the COSS table.How can i do this? Can i create a billing document using the cost center i have created?

  • Email logs in case of exception

    I want to configure "Application Server Control Console" of Oracle Application Server to send an email incase there is an exception ...can you please tell me how to do that...or point me to the documention to do that. Thanks