Drop-Downs Possible in Prototyping?

Is it possible to get drop-downs that will work in an interactive PDF for purposes of prototyping?
Thanks in advance for your help.

As Jim said, you can only simulate. I have 3 video tutorials showing you how. Rollovers art 1-3
http://tutorials2go.com/adobe_Fireworks_CS4_tutorials.htm

Similar Messages

  • Wording for not selected in drop down possible?

    Hello,
    when a drop down is not selected (leadSelection=-1) it's left blank (the first row).
    Is it possible to fill in a wording for this first row?
    Regards Horst Timcke

    I guess you are talking about the Web Dynpro UI element "DropDownByIndex". There is currently no way to set the text for the empty selection.
    Armin

  • Drop-down liast in Adobe interactive forms

    Hello,
    We have 3 regions, US, Europe and Asia Pacific and each region has a manager.
    Now, am developing a Interactive form with Webdynpro for ABAP (pls. note always FORM is only one) for these regions/managers. Manager pressess submit button for approval.
    I have 19 drop-down (Enumerated drop-down with SELECT) fields in this form.
    Regardsing the field 'DROP_DOWN_1' :
    US manger should get 7 values in the drop-down list with a 'US_DROPDOWN' default, if manager donw want to keep this value, he can change/over ride and submits the form.
    Europe manger should get 5 values in the drop-down list with a 'EUROPE_DROPDOWN' default, if manager donw want to keep this value, he can change/over ride and submits the form.
    Asia Pcific manger should get 11 values in the drop-down list with a 'ASIA_PACIFIC_DROPDOWN' default, if manager donw want to keep this value, he can change/over ride and submits the form.
    Pls. let me know
    1) Is DYNAMIC drop-downs possible?
    2) If so, where should i mainatin the code, is it in FORM level scrpting? webdynpro abap code?
    3) If FORM level script, webdynpro has to pass these drop-down values to FORM via CONTEXT, is it right?
    4) Any settings for this dynamic functionality either FORM setinsg to webdynpro settings?
    Thank you,

    Hi,
    There are two options to do that, first by web service which suits best the offline scenario and another by server round trip which is possible in online scenario only.
    For web service scenario you have to create data binding in the form with web service data node, (search SDN for suitable document explaining the scenario with web service for more info). Every time the user will choose value from DD the web service will trigger to fetch data based on user input.
    Second scenario uses server round trip. In this method you have to call the submit method in web dynpro view with some conditions that it is called through DD to fetch values. Use some flag variable to differentiate between the final submit and DD value help submit.
    There is one more option but the performance of the form will get affected based on the data used for the DDs.
    In that method you have to maintain the data for each US, Europe, Asia in a table. Based on user input fetch value from that table in the specific dropdown using script on the form.
    Regards,
    Vaibhav

  • Is it possible to show first item in a Drop down list

    Is it possible to automatically display the first item in a drop down list ?
    The reason I ask is  ... I am generating pre-filled PDF forms using XML data files.
    Whenever there is a certain type of data I am populating a drop down list for the user to review.
    Currently, the user must click on the drop down to see if data is there regardless of whether there is no data at all or many data lines of data..
    I would like to make it clear to the user whether or not there is any data - right awa.y
    I have considered creating a display item next (like a check box or a text field ) next to the drop down and setting it to cindicate if there is data, etc -
    but i thougth that I would ask if the drop down could simply be set to automatically display the first item in the list (this is the preferred functionality)
    If this is not possible I can always create a check box and set it if there is any data as an  indicator for the user ..
    Thanks

    You can do this way..
    Place the code in Inititalize event with Java Script
    if(DropDownList1.rawValue == null)
        DropDownList1.selectedIndex = 0;
    You need to check if the Dropdown has a value selected from the previous save.. If not then set the selected item to 0th index. (which is 1st one in the dropdown values)..
    Thanks
    Srini

  • Is it possible to allow use to type entry into a drop down list box ?

    Hi ,
    Is it possible to provide  type in the value option ( provide option to user like he can select a value from the extracted data in a drop down list object and also he can enter a value manually ) to a drop down list box on an interactive form ?
    Nanda

    Hello Nanda,
    In the Adobe LiveCycle Designer you can specify several list items for objects of type 'Drop-down List' and it is also possible to allow custom entries (checkbox: "Allow Custom Text Entry").
    Regards,
    Philipp

  • Is it possible to customise the text within the drop down boxes. ie attributes in online shop

    Is it possible to customise the text colour and size within the drop down boxes. ie. in the drop down created for attributes in online shops
    In the drop down, the font is black and bigger than I'd like it. I want it grey. How can I customise the text inside these drop downs?

    Hi Liam,
    Please refer to this link: http://zahir.businesscatalyst.com/view-all/pom-pom-short#.UeZcwY1xTjY
    Should the class be applied to the actual tag within the 'Shop Product Large' customised layout?

  • Is it possible to add weather to my drop down menu on ios7?

    Is it possible to add weather to my drop down menu on ios7?

    I had this same trouble. 
    Necessary Settings:
    Location Services on.  Weather Location services on (both in Privacy Settings)
    Today Summary on (in Notification Center Settings)
    You need to use the weather application at least once post ios 7 download so it can sync with your location.  Make sure you have it set on your current location and not another city.
    If it still doesn't show up, go back into the notification center settings and turn today summary off and then on again.
    Your weather should show as written summary under the date and time

  • I would like to be able to enter my own page sizes to use in the Book Module, rather than choosing defaults from the drop-down. Is it possible to do this?

    I would like to be able to enter my own page sizes to use in the Book Module (to export to 3rd party printers), rather than choosing defaults from the drop-down. Is it possible to do this?

    No. You are limited to the choices within the Lightroom Book module.

  • Is it possible to utilize drop down windows in CS3?

    Greetings,
    Is it possible in Adobe Contribute CS3 to add drop down
    windows to the sidebar?
    Here is what I mean:
    visit www.swiftcurrentonline.com and hover over the
    horizontal navigation bar. When you hover over "My Community", a
    drop down box with 4 options appears for you to select.
    How do I program my website to have that same capability in
    CS3, if at all possible? It would be a HUGE benefit to me to know
    the answer to this question.
    Thanks in advance.

    No, you can't print from Design view. It seems as though screen capture is your best option,

  • Is it possible to create interactive drop down lists that reference tables on separate pages of the PDF?

    I am looking to create a user input PDF in which drop down lists are utilized to search tables, however, I am not very familiar with the options that are available or if this is even possible?  Also, is it possible to write a background code that could read user inputted text to run a search or even solve some equation? Can someone let me know if these items are possible and/or let me know what adobe program may be necessary to accomplish these tasks? Thanks!

    PDFs have no concept of "tables" like MS Word or MS Excel has. There is content that looks like a table.
    Acrobat JavaScript does know about arrays and form fields. So one could have an array in JavaScript and fill in a series of fields that looks like a table. One can then use JavaScript to search the table.
    JavaScript in Acrobat can accept user input in fields and pop-up windows.
    It is possible to solve user imputed equations if the proper notation or coding is used.
    D.P. Story is a PDF evangelist that created LaTex for creating PDF with mathematical symbols and he also created the AcroTex product that can be used to create educational tools that includes mathematics including calculus self grading tests.

  • Is it possible to create a drop down menu using form fields rather than text?

    Is it possible to create a drop down menu using form fields rather than text?

    Yes, correct - values of form fields. If one is blank, then the field would be blank - yes? If two or more have the same value that is fine.
    A standard dropdown ... As shown here. If there is an easier way to do this, I'd love to hear your suggestions. Thank you!

  • Is it possible to change the background color of some options in drop-down

    Is is possible to change the backgound color of certain options in a a drop-down list?
    For example in the list below I would like the background color to be yellow for Jason, John, and Roger:
    Heather
    Jason
    John
    Keith
    Linda
    Roger

    Hi,
    One way is use jQuery.
    Here is sample
    http://apex.oracle.com/pls/otn/f?p=40323:54
    I have this on page HTML header
    <script type="text/javascript">
    $(function(){
    $('#P54_EMP option').each(function(i){
      if(this.value=='KING'||this.value=='SCOTT'){
       $(this).css({'background-color':'yellow'});
    </script>This might help how install jQuery to Apex
    http://www.oracleapplicationexpress.com/tutorials/66
    Or you can just load it from Google by adding this also to page HTML header or page template
    <script src="http://www.google.com/jsapi"></script>
    <script type="text/javascript">
      google.load("jquery", "1.4.2");
    </script>Br,Jari

  • Is it possible to populate recipient email as a drop down so that the results go directly to them upon submission of the form?

    I know that the 'email' feature can be added but it requires you to input the recipients name manually.  Instead, I'd like to add the email recipients in order to choose from a drop down.  Is there a way to do this?

    Hi Steven,
    Yes, Its possible which behaves as system CFL.
    Design the form like cfl having grid, choose button, cancel button and edittext of find. When you tab on edittext on form open the CFL form and after load form fill the grid by Datatable using sql query. Write code for select grid line on click of grid. Write the code on choose button which retrive value from grid.
    Thanks,
    Mahesh

  • Pre-drop down on SpryMenuBar- Possible?

    Hello everyone,
    I know this is possible, I just can't figure out how to do it.
    I want to modify the SpryMenuBar so that the first submenu is dropped down and stays down when someone goes to the homepage. Similar to the current http://www.amazon.com homepage. And when any other item is rolled over, the first item stays down and the rest of the menu functions as normal.
    I've modified the CSS and JS and have it looking/working the way I want except for this. Now I just need it to "pre"-dropdown on the first page. I imagne it is somewhere in the .js file and requires a boolean change somewhere from false to true or something like that. But it's probably harder than that. I'm intermediate at JavaScript at best. So if someone can explain or point me to a tutorial I would appreciate it.
    Thanks for your time Adobe pros!
    ADam
    EDIT: Sorry, the Amazon homepage only does what I'm asking if it is wide enough. Sorry if that was confusing for anyone. If you don't see it you need to make it wider. Thanks again!

    Adam,
    Spry has been deprecated by Adobe and will no longer be supported from the next major release of DW.
    Read here: http://blogs.adobe.com/dreamweaver/2012/08/update-on-adobe-spry-framework-availability.htm l
    Why don't you consider using a jQuery menu? This link lists some 45 menus that you can use: http://www.freshdesignweb.com/jquery-menu.html
    -ST

  • Equal Space between Menu Items and Drop Down Menü left aligned not possible?

    It seems like I can either have equal spacing between the horizontal menu items and the drop down menu will show up centered , or I say the menu items should be of equal size, and then drop down will be left aligned. Is there any way of having equal space AND left aligned drop down???? Thanks in advance!

    Hello Anjum,
    Thank you for reporting the issue. It seems to be a Bug and we have logged the same. Hopefully it will get fixed in coming releases.
    As of now we do not have any workaround for same. However once we have some workaround, we will definitely share it with you.
    Regards,
    Sachin

Maybe you are looking for