LocalStorage object available in iBooks?

Does anyone know if the local storage object is available in html widgets? Can we store and retrieve data in html widgets inside iBooks?

Rhys_Jones wrote:
Here is some sample code that stores and gets some text from localStorage:
<textarea id="sometext" rows="15" cols="100"></textarea>
</br>
<input type="submit" value="Save to localStorage" onclick="save_localstorage()" />
<script type="text/javascript">
    var sometext = localStorage.sometext;
    if (sometext) {
        document.getElementById("sometext").value = sometext;
    function save_localstorage() {
        localStorage.sometext = document.getElementById("sometext").value;
</script>
I've also placed it in an example widget for you to download at:
http://www.classwidgets.com/static/LocalStorageTest.wdgt.zip
@Rhys: Can you confirm if this still works?  I'm also having trouble with localStorage - I inserted the widget you supplied and it fails to work. If I close the widget and reopen it, the storage is wiped. I'm using iBooks Author 1.1 (190) and iBooks 2.1 (876) on an iPad 2.
Thanks.

Similar Messages

  • Regarding iTunes U courses, would I be able to link to books/sites (like say an amazon hardback book or link to a kindle book they can purchase and download).  Considering that not all books are available on iBooks I'm hoping this is allowed.   Also the p

    Regarding iTunes U courses, would I be able to link to books/sites (like say an amazon hardback book or link to a kindle book they can purchase and download).  Considering that not all books are available on iBooks I'm hoping this is allowed.   Also the possibility on monetizing since amazon gives commission for linking.  
    This question is for both the uncredited (private) courses and the bigger accredited accounts.    I am a  developer trying to learn how to help my area schools and also have some ideas for my own courses.    Obviously keeping within the iTunes U app would be preferred in most cases (to the learning experience) since they can take notes and see them within the app itself.
    If the reply comes from a non-apple employee please let me know (or better yet, link to) where that is clarified.   I would hate to develop something just to later find out it is against the apple iTunes U agreement.

    Fair question
    And, to be even more fair, I have to tell you that I get that every single day. And it's getting worse (or better, depending on how you look at it).
    I always try to let people know it's a long way until you get to a confortable point, a point where you can create something. And that's exactly what I am trying to do, or at least asking how/if I should do it. And then I let them know where to start. That's what I want.
    Thanks.

  • How to make an object available for GC

    If I exclusively set objectName = null; is the object available for garbage collection? can I force the GC to clean this object this way?

    tej_222 wrote:
    If I exclusively set objectName = null; is the object available for garbage collection? can I force the GC to clean this object this way?Not necessarily, no.
    Imagine a situation like this
    someObject.someParameter = objectName;
    objectName = null;  //someObject still has a reference to objectName

  • Is there a pc version available for ibooks.

    is there a pc version available for ibooks.
    where does the .itmsp files reside in itunes and how do i donwload it.
    I am a novice on the apple peoducts.
    Need help. Thanks.
    regards
    PP

    No, there is due to be an iBooks reader for OS X Mavericks, but as yet no indication of if or when that will be extended to earlier versions of OS X, let alone to Windows PCs.
    From the look of this, .itmsp is the format publishers use to upload content to the iTunes Store, but not what the user downloads. iBooks files have the extension .epub. Non-protected iBooks can be read in any suitable reader, protected books need an iBooks app.
    tt2

  • Making Forte service objects available to VisiBrokerclients

    Hello!
    In the Forte manual, Interfacing with External Systems, there's a section on
    making Forte service objects available to ObjectBroker(DEC). We are using
    VisiBroker as our ORB. Does anyone know if the instructions for
    ObjectBroker can be used? Does anyone have experience making Forte service
    objects visible to VisiBroker clients specifically?
    Thanks in Advance!
    Mark Savory
    GTE Gov. Systems
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi,
    If you are going to make Forte service objects accessible to the VisiBroker
    CORBA/IIOP clients (C++, or Java clients), read Forte manual called "A Guide to
    WebEnterprise Release 1.0.B (any new release???) of Forte WebEnterprise". You
    may find that all materials beginning from Chapter 14 are useful and helpful.
    I've posted many comments and issues unsolved to Forte forum in this area.
    ObjectBroker is one of ORB products made by BEA, and is the first ORB product on
    the market. It runs on dozens of platforms. In 1997, BEA acquired ObjectBroker
    from Digital (DEC). All ORB products (most established products such as
    VisiBroker for C++ 3.x and VisiBroker for Java 3.x from
    Inprise(Borland/Visigenic), Orbix 3.x for C++ and OrbixWeb for Java 3.x from
    Iona, ObjectBroker and Tuxedo from BEA, JavaIDL from JavaSoft) are made based on
    OMG's CORBA/IIOP specifications. Theoretically, all ORBs products should be
    interoperable.
    Hope this help!
    Shilong Yin
    US West in Denver
    =========================
    Savory, Mark wrote:
    Hello!
    In the Forte manual, Interfacing with External Systems, there's a section on
    making Forte service objects available to ObjectBroker(DEC). We are using
    VisiBroker as our ORB. Does anyone know if the instructions for
    ObjectBroker can be used? Does anyone have experience making Forte service
    objects visible to VisiBroker clients specifically?
    Thanks in Advance!
    Mark Savory
    GTE Gov. Systems
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Why are the localStorage objects unavailable to Safari while Private Browsing?

    According to these two sites
    http://caniuse.com/#feat=namevalue-storage
    http://apple.stackexchange.com/questions/131587/how-can-a-web-site-determine-if- safari-private-browsing-is-turned-on
    HTML5 localStorage objects aren't accessible when users visit sites that use them via a Safari Private Browsing window.
    W3 indicated this is supported: http://www.w3schools.com/html/html5_webstorage.asp as does https://developer.apple.com/library/safari/documentation/tools/conceptual/safari extensionguide/ExtensionSettings/Extensi…
    I'm hoping to find or establish more information that confirms localStorage objects don't work in Safari Private Browsing windows. All other browsers my team has tried support this in private browsing mode.
    Thanks for any and all assistance.
    Message was edited by: cmcleod99

    Maybe Google history is enabled.
    *https://www.google.com/history/?hl=en&ctz=-120

  • How make master data object available for ACR

    Hi,
    I remember that there is a program to run so that we can make the master data object available for ACR.
    i am not getting the program name. Please advice.
    Thanks,
    Dev

    Hi........
    If a master data is schedule for some changes...ie  InfoObjects and hierarchies that are planned for structural change are selected by default.........If u go to RSA1 >>  Administrator Workbench >> Tools >> Hierarchy/Attribute Changes from the menu...........If u click on Infoobject List or Hierachy List.........u will find that those infoobjects r already selected.....
    If u want to run ACR for some infoobjects manually.............either u can do it in RSA1..........by only selecting those infoobjects for which u want to run the ACR..........or u can also use the prog : RSDDS_AGGREGATES_MAINTAIN.........
    If that Particular infoobject is not there in the Infoobject or Hierarchy List in RSA1..............that means no structurak changes r required...........no need to run ACR..........
    Regards,
    Debjani.........

  • MIB MPLS-FTN-STD-MIB "No such object available on this agent at this OID"

    Hi community,
    Actually trying to build a network monitoring tool, i noticed that some MIBs are not supported on my platform particularly MPLS-FTN-STD-MIB.
    SNMP requets sent replies with " no such object available on this agent at this OID"
    I was wondering if is it possible to load MIB on cisco router!!! ?
    The IOS image i'm working with is "c7600s72033-adventerprisek9-mz.122-33.SRB5.bin", IOS Version 12.2(33)SRB5.
    Does Cisco implemented specific MIB to replace MPLS-FTN-STD-MIB??
    Please, will appreciated if someone can guide me through the process or provide me a link where i can find more information. Should I upgrade IOS??
    Thanks
    Abel

    hello - I have just moved your post to the Topic forums - you had posted your question in an obscure, non-visible, promotional community.  Hopefully our community users will see your question now.

  • Why is there no option for the voice over feature to be available for iBooks only?

    Why is there no option for the voice over feature to be available for iBooks only?

    Hello,
    We are aware if the 'black box' issue with the shim installer (downloaded from get.adobe.com/flashplayer), however, this should not be the case with the full installer.  The links for the full installers are posted at the bottom of the Installation problems | Flash Player | Windows page, in the 'Still having problems' section.
    Maria

  • Is ad hoc at home by Thomas keeller available as. iBook ?

    Is ad hoc at home by Thomas keeller available as. iBook ?

    Is there some reason you cannot use iBooks on your iPad to find that out for yourself?
    It's Keller, not Keeller.
    Yes, it is in the iBookstore.

  • Is their a Mandarin dictionary available in ibooks?

    I like to check on words as i read, including words in Mandarin. But no Mandarin dictionary is available.

    The iBooks dictionary only has English and Japanese, and there is no way to add others.  To ask Apple for more, use the feedback channel:
    http://www.apple.com/feedback/ipad.html

  • Search help is not showing list of objects available in ID

    Hi Everybody,
      I developed some business objects( Message Interfaces ) in Integration Repository and transported these objects from developement system to Quality system. After successful transportation i am able to see these objects in IR
    (Quality system) also. While doing configuration in Integration Directory of Quality System, i need to assign this Messge Interface to one of Business service. We all know that we will assign this Message Interface by using search help at Receiver/Sender level in Business service. But here in the search help i am not able to see my Message interface which actually exists in Integration Repository.
    I have tried out by clearing cache and make sure that the object is active, even then also i am not able see my message interface in search help.
    So, please help me if any one gets this situation earlier and how to resolve this?

    Hi Vijay,
    Did you check the cache notifications in IR?
    Refresh Cache using browser..
    http://<xiserver>:j2eeport/CPACache/refresh?mode=full
    When you go to SXI_CACHE in QA server . Click on Mappings on the left hand side and see if the mappings are available in cache.
    Regards,
    Sumit

  • ABAP Objects available in a USER-EXIT

    Dear Sir,
    I am very new to ABAP / User-Exit . To learn about User-Exit , I was refereing one tutorial related to USER-EXIT implementation in VL01 (form userexit_save_document_prepare) .
    Sir , in this sample User-Exit , author is referring ABAP Objects like : xlips-lgort / xlips-matnr  etc .
    Sir , my query is that how can we know that which objects are available which can be used in a User-EXIT .  How a new user like me will come to know that object  xlips-lgort  can be used in this User-Exit .
    Pl help me .
    Regards
    B Mittal

    Hi,
    A user exit is similar to an function module. The difference is you can write your own piece of code in a user exit to fulfill your requirements. If you look into the IMPORT parameters of the User Exit all these variable in the IMPORT are inputs to your exit. All the variables in the EXPORT parameters are the ones that can be sent out of the exit. You can change all the variables that are present in bothe IMPORT and EXPORT parameters. Ex: If i have V_data in IMPORT as well as EXPORT then i can change the value of V_DATA from 1 to 2 and pass it to next step in the standard program.
    Also you have TABLES in user exit. These can be inputs and output parameters. For example i can enter a few records in the tables parameter IT_TAB in one of the exits and change these records inside the USer Exit include and export the same to the next step in the standard transaction.
    Hope this is helpful.... reward if useful.
    Thanks,
    Anil
    Edited by: Anil Japa on Mar 20, 2008 9:27 AM

  • BW 3.5 which authorization objects available rssm (checks for infoprovider)

    Hi all,
    How does SAP generates the list of authorization objects in RSSM when you enter a specific infoprovider (checks for infoprovider)? Are only the authorization object related to this infoprovider listed?
    Is there any documentation about the purpose in RSSM for the button 'update check status (Authorization objects, infoprovider).
    thanks for your help.

    Based on which criteria?
    Is there somwhere detailed documentation available about the RSSM part in BW authorizations? It seems hard to find any...
    Thanks,

  • Authorization Object - Availability Check in Sales Order

    Hi,
    Restriction is required for availability check  (i.e. button 'check item availability') in sales order for a given user.
    Is there authorization object to control the same ?
    Regards,
    RS

    Hello RS,
    Availability check is controller by FM AVAILABILITY_CHECK_CONTROLLER and there is no authority check in it. As per previous reply you can add additional checks in user exit EXIT_SAPLATPC_001 which is called before an atp is run.
    Thanks
    Amber

Maybe you are looking for