Hidden elements

Hi All,
I am Jsp which contains two includes at runtime.
The three Jsp are,
1. Header.Jsp
2. LeftMenu.jsp
3. MainContent.jsp
The maincontent is configured like this,
code:
<table ><tr><jsp:include page="Header.jsp" /></tr><tr><td><jsp:include page="LeftMenu.jsp" /></td><td>MainContent</td>
The left menu contains some hidden elemnts and i am using struts. When this page loads at runtime i get a white space between Header and (LeftMenu and MainContent ). When i saved the source and remove the hidden element form LeftMenu.Jsp the white space gets removed. I dont know why this is happening. Because of this jsp looks bad when loaded. Can anyone help me in solving.
Thanks in Advance.
Regards,
Arul.

You don't seem to have any td tags for your header. If you want it to go over both of the other columns, give it a colspan.
<table>
  <tr>
    <td colspan="2"><jsp:include page="Header.jsp" /></td>
  </tr>
  <tr>
    <td><jsp:include page="LeftMenu.jsp" /></td>
    <td>MainContent</td>
  </tr>
</table>While hidden fields don't get rendered on screen, the whitespace around them probably will. That is possibly creating the white space area. Particularly if your LeftMenu contains another table, and the hidden fields are outside it.
hope this helps,
evnafets

Similar Messages

  • Hidden element overlaps text when link is clicked to unhide div tag

    I am using Dreamweaver CS4 and using the slide effect.
    When the page loads, the div is initially hidden with (disolay:none).  But when i click the link to show the content, the content is displayed but it overlaps the table beneath it.
    I am using 4 collapsible panels.  The hidden element is in the second collapsible panel.
    Everything works good except that when the table is displayed after clicking the link to unhide it - it overlaps the 3rd and 4th collapsible panel.  When the table is unhidden by clicking the link, the other tables that are in the same collapsible panels move and this is good, but it overlapps the 3rd and 4th collapsible panel though. How do I fix this?
    My Code:
    <div id="CollapsiblePanel1" class="CollapsiblePanel">
                    <div class="CollapsiblePanelTab" tabindex="0">Originating an Processing Loans in Point</div>
                    <div class="CollapsiblePanelContent">
                    <p> If you're a processor or originator/processor, you are not alone in today's multi-tasking world. Point will help you become more efficient than ever. You will be able to keep everyone who "touches" your loan informed and up-to-date with the time savers you learn in this class. </p>
                      <table width="100%" border="0" cellspacing="5" cellpadding="5">
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td width="35%">Optimizing Your Pipeline Reports</td>
                          <td width="11%">12/1/2010</td>
                          <td width="27%"> 1:00PM - 2:00PM CST</td>
                          <td width="27%"><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td colspan="4"> </td>
                        </tr>
                      </table>
                    </div>
                  </div></td>
    </tr>
    <tr>
      <td>
      <p>
      </p>
      <p>
      </p>
      <div id="CollapsiblePanel2" class="CollapsiblePanel">
        <div class="CollapsiblePanelTab" tabindex="0">Optimizing Your Pipelne Reports</div>
        <div class="CollapsiblePanelContent">
        <p>If you're a processor or originator/processor, you are not alone in today's multi-tasking world. Point will help you become more efficient than ever. You will be able to keep everyone who "touches" your loan informed and up-to-date with the time savers you learn in this class. </p>
        <table width="100%" border="0" cellspacing="5" cellpadding="5">
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td> <a href="#">Register Now!</a></td>
                          <td width="17%">
      <a onclick="slide_effect.start(); return false;" href="#">View Details</a></td>
                       </tr>
                       </table>
                  <div id="shrink1">   <div>
    <p class="indentpar">
                          Topics Covered:
                          <ul>
                            <li>Pre-qualifying your prospect</li>
                            <li>Converting the file from Prospect to Borrower</li>
                            <li>Overview of the Loan Application, GFE, and TIL</li>
                            <li>Saving time with Cardex</li>
                            <li>Submitting to Fannie Mae and Loan Prospector</li>
                            <li>Printing &amp; E-mailing forms</li>
                            <li>using task manager to set reminders and tasks</li>
                          </ul>
                 </p>
                       </div>
                       </div>
              <script type="text/javascript">
    var slide_effect = new Spry.Effect.Slide("shrink1", {duration:1000, from:'0%', to:'100%',toggle:true});
    </script>
        <table width="100%" border="0" cellspacing="5" cellpadding="5">
                       <tr>
                          <td width="33%">Optimizing Your Pipeline Reports</td>
                          <td width="12%">12/1/2010</td>
                          <td width="23%"> 1:00PM - 2:00PM CST</td>
                          <td width="32%"> <a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td> </td>
                          <td> </td>
                          <td> </td>
                           <td> </td>
                        </tr>
                      </table></div>
      </div></td></tr>
    <tr>
      <td>
      <p>
      </p>
      <p>
      </p>
      <div id="CollapsiblePanel3" class="CollapsiblePanel">
        <div class="CollapsiblePanelTab" tabindex="0">Navigating the HUD-1 and HUD-1A</div>
        <div class="CollapsiblePanelContent"><table width="100%" border="0" cellspacing="5" cellpadding="5">
                        <tr>
                          <td>Navigating the HUD-1 and HUD-1A</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td> <a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td width="35%">Navigating the HUD-1 and HUD-1A</td>
                          <td width="11%">12/1/2010</td>
                          <td width="27%"> 1:00PM - 2:00PM CST</td>
                          <td width="27%"> <a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Navigating the HUD-1 and HUD-1A</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Navigating the HUD-1 and HUD-1A</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td> </td>
                          <td> </td>
                          <td> </td>
                           <td> </td>
                        </tr>
                      </table></div>
      </div></td></tr>
    <tr>
      <td>
      <p>
      </p>
      <p>
      </p>
      <div id="CollapsiblePanel4" class="CollapsiblePanel">
        <div class="CollapsiblePanelTab" tabindex="0">Working with the Good Faith Estimate</div>
        <div class="CollapsiblePanelContent"><table width="100%" border="0" cellspacing="5" cellpadding="5">
                        <tr>
                          <td>Working with the Good Faith Estimate</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td> <a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td width="35%">Working with the Good Faith Estimate</td>
                          <td width="11%">12/1/2010</td>
                          <td width="27%"> 1:00PM - 2:00PM CST</td>
                          <td width="27%"> <a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Working with the Good Faith Estimate</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Working with the Good Faith Estimate</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td> </td>
                          <td> </td>
                          <td> </td>
                           <td> </td>
                        </tr>
                      </table></div>
      </div>

    This is why you don't use absolutely positioned elements to do this kind of thing.  Because absolute positioning REMOVES the positioned element from the normal flow, this element then cannot interact with any other element on the page, nor can any other element interact with it.
    The better way to do such a thing would be to use abuse 'display:none' to remove the container from the page rather than 'visibility:hidden', and of course, not to use absolute positioning.  Something like this -
    <p>Velit esse cillum dolore <a href="#" onclick="document.getElementById('foo1').style.display='inline'">MORE</a> <span id="foo1" class="hidden">sed do eiusmod tempor incididunt ut aliquip ex ea commodo consequat. Duis aute irure dolor lorem ipsum dolor sit amet, ut labore et dolore magna aliqua. In reprehenderit in voluptate quis nostrud exercitation ut aliquip ex ea commodo consequat. Qui officia deserunt sed do eiusmod tempor incididunt eu fugiat nulla pariatur. Ut enim ad minim veniam, lorem ipsum dolor sit amet, consectetur adipisicing elit.</span>
    </p>

  • Can InDesign or an InDesign script solution tell me if I have hidden elements in a document?

    Can InDesign or an InDesign script solution tell me if I have hidden elements in a document? As in the following examples:
    • I import a picture file and some, or all of the file is not viewable in the picture frame, can InDesign alert me of it?
    • I accidentally place a picture so that it is completely covering another picture, can InDesign alert me the an image is being completely covered by another?
    I am using InDesign CS on a Mac running OSX version 10.4.11.
    Thanks,
    Elliott

    Not out of the box. Perhaps with a script. You can ask in the scripting forum.

  • Hidden Element Value Quoted by APEX

    Hi all together,
    today I upgraded my htmldb from version 2.0.0.49 to 2.2.1.
    Now it seems like Apex is processing my elementvalues in a different way than before.
    I have a hidden element P1_TITLE, with some calculated HTML in it.
    Second I have a region, which gets its title attribute from &P1TITLE.,
    but with v2.2.1 the html entities in the string are quoted:
    &lt;a class=&quot;t9SHHeader&quot; style=&quot;text-decoration:none&quot; href=&quot;javascript:hideShow('region5','shIMG5','/i/themes/theme_jnj_wf/rollup_plus_dgray.gif','/i/themes/theme_jnj_wf/rollup_minus_dgray.gif');&quot;&gt;&lt;img style=&quot;vertical-align:middle;margin-right:5px;margin-left:0px&quot; src=&quot;/i/themes/theme_jnj_wf/proc_action.gif&quot; /&gt;Appropriation Requests, die auf eine Aktion von mir warten (0)&lt;/a&gt;
    Does someone know how to disable quoting?

    Christian - See Re: Computed Region TItles being Escaped in Apex 2.2 You can change the hidden item to be an application item or a Display as Text (does not save state) page item with a Never display condition. In all cases, the value will have to be established using a process or computation.
    Scott

  • Can InDesign tell me if I have hidden elements in a document?

    Can InDesign tell me if I have hidden elements in a document? As in the following examples
    • I import a picture file and some, or all of the file is not viewable in the picture frame, can InDesign alert me of it?
    • I accidentally place a picture so that it is completely covering another picture, can InDesign alert me the an image is being completely covered by another?
    I am using InDesign CS on a Mac running OSX version 10.4.11.
    Thanks,
    Elliott

    Not out of the box. Perhaps with a script. You can ask in the scripting forum.

  • Group Hidden Elements after using show all

    In Illustrator to build files with clean grouping, you can:
    hide various elements
    show all hidden elements
    group them
    In InDesign after you show all hidden elements, the items are not selected.
    Illustrator and InDesign should have a simialr interface, and can see no harm, and only a huge benefit to revising how InDesign works.
    Posted this on the InDesgin forums, and nobody had a solution. As unbelievable as this sounds, appears this has been overlooked by the Adobe beta and development team.
    http://forums.adobe.com/thread/1044095?tstart=30

    @Mike – I rarely missed that feature the last years, but that's because I am using Illustrator not that often. If I think about it more deeply, I could imagine that such a feature would be valuable for InDesign, too…
    What would help you is a script, that can do what you want. Just written one and tested. But before posting code, let's discuss the functionality a bit more:
    What is possible:
    1. A script that addresses all hidden page items (provided they are not locked) on the current spread, pasteboard included, unhide them, group them and selecting the group.
    2. A script that addresses all hidden page items (provided they are not locked) on the current spread, pasteboard included, deselect all currently selected page items, unhide the hidden ones and select them.
    That's all. No grouping…
    I find the second approach more valuable, because  you have the choice what you can do with the selection: delete it, group it, move it around on the spread, move it to another layer etc.pp.
    Also: how about locked page items that are hidden?
    Would it be good to change the document preferences (if needed) so that you could select locked obejects?
    How about a message in case the script detects locked and hidden page items that let you choose:
    [ ] include locked and hidden page items
    My script is in development, so I want to discuss the above points, before proceeding.
    It's written in JavaScript (ExtendScript) so that it can be used on Mac OS or Windows OS.
    And: you could assign a keyboard shortcut to the script…
    Uwe

  • Hidden elements with mobile first

    Hey everybody.
    I want to realize a small responsive project, using the mobile first approach. I designed the menu structure and, for the mobil devices, a short icon which opens the navigation if it is touched. For the bigger screens I want to hide that element and use a more classic navigation with all navigation buttons being visible.
    It is no problem to hide the menu icon for the mobil devices on bigger screens, but I cannot hide the navigation bar, which only should be visible for screens with 1024px and more. If I hide them in die smaller resolution, they are also gone in the bigger ones. If I make them visible in the bigger resolutions, they are also visible in the smaller ones.
    Has anyone an idea how I could fix that?

    Helle Tobias,
    for example, if you have 4 size of screen : 320, 480, 960 and 1025.
    You want a square at 320 and 480, but it have to be hidden at 960 and 1025.
    First, create your square at 480, then go to the largest (1025 or more) and try visibility "hidden", then go back at 480 and try visibility "visible".
    It works for me.

  • How does one select hidden elements?

    Hi there,
    I have 50 or so elements on the stage that are exactly the same size and set on top of each other, but since they are set to be hidden and revealed at different times I find I cant select them all to move them as one. Even if I group them into a div and move them, the only one that moves is the one that has the timeline needle on it at that moment.
    Is there a way of selecting all items, even if they are at that moment turned off? A way of selecting through time as well as space?:)

    Select your item in the elements panel on the right.
    Now look at your timeline. If you look on the left of the timeline, you will see  the display property showing as 'off' in yellow. Click on it. It will change to 'on'. Proceed to make your change as you now see your object. Then when you are done with your change, get back to that frame if your are not there any more and click on 'on' and it will turn to 'off' again.

  • Show / Hide Elements - how to make hidden elements non-interactive

    Hi,
    Is there a way to make hidden obejcts (through 'Show / Hide') not only hidden but completely non-interactive? I.e. even if an image is hidden, it is still click-able, which will release its set commandos (such as 'Swap Image' or 'Set Text of Container').

    Thanks a bunch! I haven't started out with the code yet. Just made some sketches to see what I need to research etc.
    When I get around to it, I'll get back to you!
    /Orvar

  • How to set a value of a hidden form element

    I want to add a hidden element to form and set the value
    from javascript before calling submit().
    My javascript function
    function getBdSubmit()
    alert('getBdSubmit function called');
    document.forms.DataForm.event.value="getBd";
    document.forms.DataForm.submit();
    The Javascript is called from onChange of a poplist as
    DataForm:getBdSubmit();
    I am getting alert message, but an error in next line as object document.forms.DataForm.event.value is null or note a object.
    How can access the hidden element in form?

    I got a work around. I gave a name to the form in the datapage and set the type to the type specified in the struts-conf.xml file. Then i was able to access the hidden field "event" from the javascript as
    document.forms.DataForm.event.value to set different event names
    Joshy

  • Empty Hidden Form Element

    Hi Guys,
    I am very confused here. I have a page with a hidden input which can be empty or have a value depending on the parameters passed to the page. When I submit the form, I assign the value of the hidden element of the submitted form to a variable in the action page. I then test the variable to determine if it is empty or not, but no test works if it is empty. My example is below:
    String first_name = request.getParameter("first_name");
    if(first_name == null)
    first_name = "Mike";
    if(first_name == "")
    first_name = "Mike";
    out.println(first_name);
    If the first_name hidden element from the previous page has no value, I want to set the value of the first_name variable to "Mike", but the two tests for an empty string don't seem to have an effect. Can anyone tell me what I am doing wrong.
    Cheers,
    Dave

    Actually that doesn't quite work. If the hidden input isn't passed to the JSP page the following code will give you a null pointer exception:
    if(strValue == null || strValue.equals(""))
    However, it seem that if you break the test into two separate if statements it works:
    if(strValue == null)
    out.println("do something here");
    else
    if(strValue.equals(""))
    out.println("do something here");
    Go figure.
    Thanks for the help though.
    Cheers,
    Dave

  • JTextPane shows hidden HTML elements when editable

    Hello! I'm using JTextPane to edit simple HTML documents. When I paste text from a browser (Firefox), JTextPane shows comments and various hidden elements (e.g. <script>) if they were present in the pasted piece. When I do
    <code>textPane.setEditable( false );</code>the elements are hidden, as expected.
    How can I set JTextPane to never show these hidden elements, even when it is editable?

    stevejluke wrote:Perhaps provide a new Parser or HTMLEditorKit to use for the component?Can I use a standard parser/editor kit for this, or do I have to write my own? I'm currently setting things like this:
            javax.swing.text.StyledEditorKit he =
                    new javax.swing.text.html.HTMLEditorKit();
            m_oTextPane.setEditorKit( he );
            javax.swing.text.html.HTMLDocument hd =
                    (javax.swing.text.html.HTMLDocument)he.createDefaultDocument();
            m_oTextPane.setStyledDocument( (javax.swing.text.StyledDocument)
                    hd

  • Adding a check box to my page clears the value in a hidden field on page 0

    Hello, I hope that someone can assist me. I have a page that has multiple submit buttons on it. When I click a submit button the page refreshes to render the new content. I have a hidden field, and its region is set to one on page 0. Without any check boxes on my page, I can set a value in the hidden field, and it remains there even if I click on any submit buttons. If I put a check box on the page and then press a submit button, the value is cleared in the hidden element which is not desired. I did notice that in this case with the check box, if I refresh the browser the hidden field value is not cleared. Perhaps the page is being rendered differently after the submit because of the checkbox. Does anyone have any ideas of what is happening?

    That doesn't sound right. Adding a checkbox shouldn't have that effect. Please try to reproduce this on htmldb.oracle.com so we can take a look or post a screenshot of your relevant page components.

  • Referencing "image" form elements using Safari

    I'm trying to write an Applescript which uses Safari's do JavaScript feature to reference the elements of forms in web pages. I've run into a puzzle in cases where the page designer chose to use an element of type "image" for form submission. It looks to me as though input tags with a type attribute of "image" are not being represented in the JavaScript elements array for the form.
    Here's a mini-script to display a list of the element types within a form on a web page:
    set formName to "loginForm"
    set types to {}
    tell application "Safari" to tell front document
    set elementCount to do JavaScript "document." & formName & ".length"
    repeat with elementNumber from 0 to elementCount - 1
    copy (do JavaScript "document." & formName & ".elements[" & (elementNumber as text) & "].type") to end of types
    end repeat
    end tell
    set text item delimiters to {space & "/" & space}
    display dialog types as text
    Before running, I find a web page with a login box, and look at the page code to find the name of the form in question, in this case "loginForm" and put that name in the first line of the script. Then I bring the page in question to the front and start the script.
    For one page, I got the result "hidden / hidden / text / text / hidden / checkbox / password / checkbox / submit" and when I checked this against the page code, I found it was correct: there were nine <input> tags in the form, and their type attributes were in that order. But for another page, the home page of a major credit card, I got the result "hidden / text / password / select-one / checkbox" when I was expecting "hidden / text / password / select-one / image / checkbox." I've tried this with other pages and the behavior seems consistent: all types of <input> tags are represented in the elements arrays of their forms, except <input type="image"> which are always left out.
    So, is this a bug or a feature? Or am I just unclear on the concept of the elements array? And if so, is there another way to find the submit element of a form when it is an "image"?
    Incidentally, I'm not trying to be cagey by leaving out links to the pages I've tested. I'm just fairly new to discussion groups and was worried that linking to third-party pages for what amounts to a science experiment might not be the best net etiquette. If someone knows better, I will accept instruction. I hope my question is clear anyway, and there is no shortage of pages for experimental subjects.

    True, it is not a matter of AppleScript per se. I did look for an Apple forum on JavaScript but didn't see one. OS X Technologies > AppleScript looked like my best bet: I've seen quite a few postings here where the answer to a question involved JavaScript, Unix shell scripts, PHP, etc., so I don't think I'm far off the mark. And I didn't think of a non-Apple JavaScript forum because I don't think my question is about JavaScript per se either: I suspect it is about Apple's implementation of JavaScript.
    You're quite right about what I'm trying to do. I have a script that transfers secure data from my keychains into web forms, and there's really no need to trigger the form submittal programmatically when I have a perfectly good mouse and index finger, but it's become an enjoyable intellectual challenge to make it happen automatically. Incidentally, what you suggest may actually be a little dangerous these days: at any rate, that simple document.formName.submit(); method is more likely to fail than succeed.
    Short version: physically clicking on a submit button on a web page in the conventional way is likely to invoke a lot of validity checking code in the page before the form is actually submitted. If, for example, there is a credit card number in the form, there will probably be code to do a Luhn checksum to make sure you've entered a real credit card number. If the validation fails, the submittal can be aborted. Using the .submit() method, by itself, does not trigger this validation code. (I fervently believe there is an excellent reason for this, but I've no idea what it might be.) Because of this, the form may be submitted with hidden element values that quite probably reflect the lack of validation. The server detects the anomaly, and instead of logging you in, it sends you to an error page. That's probably the best that can happen. I can think of worse.
    My script has provisions to "play by the rules" by invoking any such validation code, and respecting its decision whether or not to proceed with submittal. I have the script working very well, but there's always the possibility of some web page designer doing something which I have not correctly anticipated. (In fact, since one possible place to put validation code invocations is in the "onclick" handler of the submit button, and since I'm having trouble finding some of these, I know I'm not covering all bases.)
    A much more foolproof strategy would be to just simulate the physical clicking of a button. This is straightforward:
    set submitButton to "document.formName.submitButtonName"
    tell application "Safari" to tell front document
    do JavaScript submitButton & ".focus();" & linefeed & submitButton & ".click();"
    end tell
    And to date I've never seen this method fail. But to do it, I have to have the name, or the array index, of the submit element of the form. I thought I knew how to find this, in the form's elements array, but I've run into a strange phenomenon. There are two kinds of submit buttons in forms: type="submit" and type="image". The type="submit" buttons do appear in the elements array, but the type="image" buttons apparently do not. And since web designers love to spiff up their pages, type="image" seems to be far more common these days.
    I suspect this is just something that was accidentally left out of Apple's implementation of the JavaScript document model. I just thought I would ask if anyone else was aware of this, and could confirm or disconfirm. If no one does in the next day or so, I will bring the matter to the attention of the good people at Apple Bug Reporter.
    All the best.

  • Can InDesign handle "hidden" text boxes?

    I've been tasked with creating a Userguide Lab Manual with student exercises.  The client wants content to be in three layers:  1) basic tasks listed, 2) accessible "hints" to complete tasks, 3) accessible step-by-step explanation to complete tasks.  Levels 2 & 3 should be initially "hidden" text boxes that the student can access  if needed.
    Can InDesign handle this?  I realize this is something HTML can handle ... but the client wants a e-PUB document, something portable, in the end.
    Can you give me advice?  I've looked and looked at many elements of InDesign.  Often I see "hidden" elements must be converted to an image (button?); elements of Interactivity usually means video or animation... but I want editable text.  In theory, we want to be able to develop ONE master, and then reveal (show) different layers ... and i the end publish three levels of Userguide Lab Manual.
    Is this possible?

    @Pinenuthunter – did you consider iBooks Author app (Mac  OSX 10.7 and above) for this task and publishing in ibooks file format to the iBooks app on iPads or to iBooks app in OSX 10.9 (Mavericks)?
    Here a link to a Lynda.com tutorial:
    Adding an interactive lab quiz
    From:
    iBooks Author for Teachers: Creating a Lab Manual
    with Mike Rankin
    http://www.lynda.com/iBooks-Author-tutorials/Adding-interactive-lab-quiz/117541/125117-4.h tml
    Uwe

Maybe you are looking for

  • IDVD will no longer burn DVD+R discs

    After years of happily burning both -R and +R DVD's, now suddenly my iDVD will only work with -R? I'm stranded here with no -R discs (and a new 50-pack of the other), so I hope you can tell me how to restore this function of my software. I suspect it

  • Purchase Credit Account Issue

    Dear All,          I am using Perpetual inventory system. I want to know for what reason and in which situation Purchase Credit Account is used.   Regards Hitesh Parsawala

  • I need help please!

    hey iam a new iphone user and i have iphone5s and i want to know ios7 update jumps to ios 7.0.4 or it must go through 0.2 and 0.3 ? and 7.0.4 update can be downloaded and installed automaticalyon my phone without u update it manually ?

  • Clean up "Open with..." menu

    My "Open with (application)" menu is getting messy, and I would like to delete dublicates and clutter. Any Idears... Steen

  • Help  For Calling Method........!

    I am confused about a problem. When I access the method of EJB A: such as UpdJob(),it works seccessfully, also it is successful when access EJB B: insert(...). But when I call the both methods at the same time in a method: public void bothmethod(){ B