Can I add a link that will activate the "my notes" function?

I'm creating a book in iBooks Author and would like to hyperlink text that will launch the "my notes" function. Is this possible?

No, sorry - iBooks notes are manual and up to the user to decide, etc.

Similar Messages

  • Can I add a link that will let a user download a .pdf?

    Anyone know how to do that?

    Yes, the latest update of Muse has made this super-easy.
    > Select the image, button or type that you want to make your 'download' button or hotspot.
    > In the toolbar at the top click "Hyperlink" select the box for "Open in seperate window or tab" and name that link "Instructions to Download" or something like that. ( if you want it to open in a seperate window, that is. Most people do.)
    >In the little white window directly to the right of that hyperlink drop down of that there is another drop down menu for your links / pages ect. Scroll all the way to the bottom till you get to "Files" select "Link to File" You can then browse through your hard drive for the PDF that you want to be downloaded.
    > When you export and upload your .muse and HTML files, this PDF will export with it, now available for downloading by your users. It's easy as that.

  • If i have a form with check boxes. Can I add a button that will display the boxes that the user selected on a new page?

    For example, there are 10 check boxes and the user selects 5 of those boxes. Then they click a submit button. Just the information from those boxes would be displayed so they can print it. Is this possible? Any help pointing me in the right direction would be appreciated.

    That is definitely possible.
    Option 1: checkboxes are all named differently.
    In the click event for the submit button, add some code like this...
    if (cbChoice1 == "1") p2.tfChoice1.presence = "visible";
    else p2.tfChoice1.presence = "hidden"; //can use "invisible" if preferred
    if (cbChoice2 == "1")...
    Option 2: checkboxes are named the same
    In the click event for the submit button, add code like this...
    var checkboxes = xfa.resolveNodes("cbChoice[*]");
    var textfields = xfa.resolveNodes("p2.tfChoice[*]");
    for (i=0; i<checkboxes.length; i++){
        if( checkboxes.item(i).rawValue == "1") textfields.item(i).presence = "visible";
        else textfields.item(i).presence = "hidden";

  • Firefox won't let me use any of the links-I can't add new links by clicking on the + box. I can't delete or add links. I can't even open one of the links at the top of this page Thanks

    Firefox won't let me use any of the links-I can't add new links by clicking on the + box. I can't delete or add links. I can't even open one of the links at the top of this page

    I'm not sure what you mean by "the + box". Is that a feature on one of your toolbars?

  • I want to create a form that I can change at an instance that will store the information without replacing it

    I want to create a form that I can change at an instance that will store the information without replacing it: Here are examples of what i have:
    This is the form:  The True/False in column B are actually check boxes
    Date
    Job Name
    Start
    End
    Hours Worked
    Per Diem
    Wednesday, Mar 5, 2014
    Duke University
    7:30 PM
    2:30 AM
    7.00
    Arellano, Paul
    TRUE
    Wednesday, Mar 5, 2014
    Duke University
    7:30 PM
    2:30 AM
    7.00
    0.00
    Blackwell, Zach
    FALSE
    Christian, Charles
    TRUE
    Wednesday, Mar 5, 2014
    Duke University
    7:30 PM
    2:30 AM
    7.00
    0.00
    Christian, John
    FALSE
    Currence, John
    FALSE
    Curtis, Brandon
    FALSE
    Hawkins, Tyre
    FALSE
    King, Corey
    FALSE
    Nunez, Jose
    FALSE
    Rangel, Antonio
    FALSE
    Rice, Eric
    FALSE
    Salgado, Ricardo
    FALSE
    and the sheet that the index to looks like:
    Saturday, Mar 15, 2014
    Rice, Eric
    Providence College
    9:00 AM
    7:30 PM
    10.50
    1
    Saturday, Mar 15, 2014
    Rice, Eric
    Virginia Beach
    7:30 PM
    2:30 AM
    7.00
    Saturday, Mar 15, 2014
    Salgado, Ricardo
    0.00
    Sunday, Mar 16, 2014
    Arellano, Paul
    Providence College
    7:00 AM
    8:00 PM
    13.00
    1
    Sunday, Mar 16, 2014
    Blackwell, Zach
    0.00
    Sunday, Mar 16, 2014
    Christian, Charles
    0.00
    Sunday, Mar 16, 2014
    Christian, John
    0.00
    Sunday, Mar 16, 2014
    Currence, John
    Providence College
    7:00 AM
    8:00 PM
    13.00
    1
    Sunday, Mar 16, 2014
    Curtis, Brandon
    0.00
    I want to be able to fill out the form and it place itself into Sheet 1 without changing everytime.  I can index the array from the form, but it changes everytime.

    You think it would be the other way around.
    Just speculation, but forms probably came to iOS first because of likely use for data entry in the field that syncs back to the Mac.  On a small screen with a touch interface, forms make inputing values easier.
    On the Mac, with its bigger screen, typing directly into a data table often works well enough.
    SG

  • [svn:fx-trunk] 5295: -add property file that will have the TLF build number in it

    Revision: 5295
    Author: [email protected]
    Date: 2009-03-13 08:50:57 -0700 (Fri, 13 Mar 2009)
    Log Message:
    -add property file that will have the TLF build number in it
    Added Paths:
    flex/sdk/trunk/in/tlf/tlf.properties

    Thats good news.

  • Having stopped audio with a swf inside a sidelet can someone create a swf that will resume the audio

    Ok, rick is going to post the fla of this file and I will
    post the swf. Basically this is all about having a slide that has
    audio running all the way through and enabling the user to roll
    over a sidelet and have the video and audio stop playback.
    At present, the max you can achieve is, to stop video. The
    audio keeps going and of course everything gets out of
    sync. Rick has create a swf that you input into a sidelet (
    after having imported your image or video ) which stops the audio.
    Fantasitc. Unfortunatly he was not successful in creating a swf
    that will resume the audio.
    So there is the mission. To create something that will resume
    the audio, be it a swf inside the sidelet or something else.

    Hi there paul. Am I right in thinking that your code will
    mute the audio. In my situation this would cause problems becasue
    you would roll over the sidelet - the audio would go silent and
    when you rolled off, or resumed the audio, it would have been
    playing so again the video and audio will be out of sync.
    Rick - rather than another swf which would activate the audio
    and video when you roll off the sidelet ( while that is the perfect
    solution ) what about looking at a button the user can press to
    resume things, maybe Im wrong but that sounds a little easier.
    ( however for all those reading this that is not really the
    solution I am looking for, what Im looking for is the above
    solution where you can just roll off and on and so on )

  • How can I add a variable that will always be relevant to a decision report?

    I would like to add assessment date and assessment notes to a decision report, such that these two variables are always displayed (always relevant), regardless of whether the overall conclusion is true or false. What would be the best way to do this?
    Thanks,

    Is there a reason why the assessment date and notes are part of the eligibility rule? Looks like the assessment date and notes are just two bits of information to be collected, but which aren't really part of the eligibility determination?
    Normal practice is to keep the eligibilty rule 'pure', i.e. just containing the eligibility logic, and to separate out other attributes which may need to be collected, but which are not really eligibility criteria. For example:
    the Immediate Needs Assessment is complete if
    the Immediate Needs Assessment Date is known and
    the Immediate Needs Assessment Notes is known and
    it is known whether or not the person has an immediate need for assistance
    or if you just need to know the assessment date or the notes:
    the Immediate Needs Assessment is complete if
    either
    ...the Immediate Needs Assessment Date is known or
    ...the Immediate Needs Assessment Notes is known
    and
    it is known whether or not the person has an immediate need for assistance
    As long as the interview has been completed (regardless of whether or not the person is eligible), the decision report for "the Immediate Needs Assessment is complete" will show the assessment date/notes, and then the logic tree for the main eligibility rule.
    Cheers,
    Jasmine

  • Can't get a SWF that will display the content by itself

    Hi all,
    I was able to use the (for example) main.swf as a single stand-alone file until I upgraded to Cat CS5.5.
    Where is the output to just a basic SWF???
    They will display it with the associated html, etc. though in a browser.
    I am using the SWF as CD UI display in Director 11 or another SWF friendly platform.
    Is there something I did to make it change?
    Did they break this by design??
    Can I add some code? Remove code? to get it to display?
    Thanks,
    Jim

    Flash Catalyst leverages the Flex Framework. That is why there are all those other files in the directory when you publish. You will need to have them available for your project in order for the main.swf to work.
    Chris

  • How do you add a button that will email the PDF its on?

    I need to create a form but they want it to have a button that will open up an email to send that PDF as an attachment or something along those lines.  Is that possible?

    Just a bit more info. E-mail can be used, but has potential problems -- often related to the client machine that you have no control over. Use the data submissions (either FDF or XML) rather than the full PDF so you do not have to deal with Reader Rights and the related license issues. The FDF and XML data files are easily imported into the original form so that you see what the client sees. With those aspects in mind, just go ahead and try one. Be aware that you can add form fields using the form tools in the Advanced Editing tools, OR use the forms menu that will take you to Designer. You might want to try both to see the pros and cons. Be sure to keep such a test simple so you are not wasting time on your final form just for testing. I typically create a 1 page form that has all of the possible fields for such a test.

  • [svn:fx-trunk] 16929: Add a [Mixin] class that will register the required class aliases in the event the mxml compiler generation   [RemoteClass(alias="")] code is not called because an application does not use the Flex UI framework .

    Revision: 16929
    Revision: 16929
    Author:   [email protected]
    Date:     2010-07-15 07:38:44 -0700 (Thu, 15 Jul 2010)
    Log Message:
    Add a class that will register the required class aliases in the event the mxml compiler generation  [RemoteClass(alias="")] code is not called because an application does not use the Flex UI framework.
    Add a reference to this class in the RPCClasses file so it always gets loaded.
    QE notes: Need a remoting and messaging regression test that doesn't use Flex UI.
    Bugs: Watson bug 2638788
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/RPCClasses.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/RpcClassAliasInitializer.as

    Great exercise to document the problem like this.  It got me thinking about how an app with modules would be different from an app that does not use modules.  Solution: I moved the dummy reference of PersonPhotoView out to the main application file (as opposed to being inside the module) and it worked.  I've probably been lucky not to have experienced this problem earlier, because for most other entities I have an instance attached to my model which is linked / compiled with the main application.

  • How can I make a button that on press the object appears and on second press the object to disappear

    Hello,
    I'm quite new to flash programing, and I don't know how can I make a button that will make the object appear and disappear.Till now I have this code for the appear:
    on (press)
        _root.top1.gotoAndStop(2);
        _root.topp.gotoAndStop(2);
        _root.mm1.gotoAndStop(2);
              _root.m1.gotoAndStop(2);
    but from here I'm stuck.
    Thank you for your help

    What you can do is use the _visible property of the object to make it appear and disappear, or more correctly, use the opoosite of the _visible property.  You should not put code "on" objects, keep it in the timeline.
    If "object" is the instance name of the object you want to toggle, then in the timeline code you can use...
    object._visible = false;  // start with the object being invisible
    yourButtonName.onRelease = function(){
        object._visible = !object._visible;
    That one line in the function sets the object's _visible property to be the opposite of what it currently is.

  • I've read that there is a Firefox add-on, or plug-in, that will disable the maddening autoplay that has just recently started to occur when I play YouTube videos.. can I truly disable this thru Firefox?

    I've read that there is a Firefox add-on, or plug-in, that will disable the maddening autoplay that has just recently started to occur when I play YouTube videos.. can I truly disable this thru Firefox?

    It's certainly possible that Youtube has changed something...
    Since most volunteers here probably aren't using this extension, I suggest contacting its author using the contact information on this page: https://addons.mozilla.org/en-US/firefox/addon/smartvideo-for-youtube-mytube/

  • Can I add multiple linked documents to an existing project?

    Can I add multiple linked documents to an existing project without breaking the project?
    The project I'm working on is due to go live in just a little over a month. I've recently acquired some training materials that contain information that needs to be merged into the help file. The problem is that there is not enough time to do it, get it reviewed, and so on.
    So I had this idea of linking to the Word docs (there are 3) for now, then cleaning things up as we go along.
    Is that a stupid idea this late in the game?
    Would it be better to create a separate help file with just those docs and then merge the projects into a master project?
    I am using RoboHelp 9 and Word 2010.

    I don't think the idea in itself is silly but I think there might be a nicer solution.
    Link the documents to a new project. How is described on my site. Alternatively import them.
    Once you have got the topics looking how you want, then import them into your main project. You then have the topics ready to edit later on but for now they can go as they are.
    Backup your main project before you start the import so that you can backtrack if you want to.
    The TOC will not come in automatically this way but you'll likely want to add the new stuff manually anyway. Alternatively you can import the TOC and then append it.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Clicking on a picture or link that will automatically open up a 2nd window to view, but the window will open up but it appears blank

    When clicking on a picture or link that will automatically open up a 2nd window to view, the window will open up but it will just appear blank and says Type a Web address in the top bar.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

Maybe you are looking for

  • RFC Problem saprouter

    Hi Friends, I want to establish a RFC connection to a system. Normaly, then I logon to the destination system using the gui I have to provide a saprouter string like /H/123.23.22.222/H/. So then I connect through rfc how can I provide the string. Tha

  • DROID X 3G MOBILE HOTSPOT

    Ok here is my question's: How do i get my 3G Mobile Hotspot since im on a prepaid plan? Is it just $20 month only or more? Do i need to call 611 to get it turned on or what? I actually just got an upgrade so thts why im asking.....HELP VERIZON!!!!!!!

  • Which two are attributes of /SQL*Plus? (Choose two)

    A. /SQL*Plus commands cannot be abbreviated. B. /SQL*Plus commands are accesses from a browser. C. /SQL*Plus commands are used to manipulate data in tables. D. /SQL*Plus commands manipulate table definitions in the database. E. /SQL*Plus is the Oracl

  • Maintenance Plant or Planning Plant ?

    Hi Experts, While running the report or any T-Code many times i observed there is a field ony Plant. Like in while creating workcentere the field is only plant i know it is Maintenance Planning Plant. If i am not wrong where ever i see the field only

  • When I accessed music on my ipod, all but two albums disappeared.  Said I needed a genius playlist.

    When I accessed music on my ipod, all but two albums disappeared.  Said I needed a genius playlist. I had previously tried to download an album with no success.  Hasn't happened in YEARS!  Help! What should I do to retrieve about 100 tunes??