Is it possible to set tooltips from schema definition?

Hi,
I'm setting up my form to use a schema to bind fields.  What I'd like to do is to be able to define the tooltip to use for the field within the schema (so that for example when someone drags the field onto the form the tooltip is all set up too).
Is this possible, I can't find any way of doing it.
Thanks!

Hi Ben,
If you are trying to bind the tooltip of a field to an element in your data connection, then you can do that once "Show Dynamic Properties" is set in Options ... Data Binding, the Tooltip caption in the Accessibility pallette becomes a hyperlink that opens the binding dialog.
If by within the schema you mean the under the annotation or documentation elements then, there doesn't seem to be a way to do it automatically but you can script it.  Refer to this document on schema binding generally http://partners.adobe.com/public/developer/en/livecycle/lc_designer_XML_schemas.pdf and this post on Schema Metadata http://forms.stefcameron.com/2009/08/28/schema-metadata/.
That example uses Dublin Core appinfo but a documentation element works as well, so a schema element defined as;
   <xs:attribute name="timezone" type="xs:string" use="required">
    <xs:annotation>
     <xs:documentation>
            User time zone. This is not a time zone of any calendar, but the time zone in which events appear on Calendar UI. Long format time zone ID (not PST, but America/Los_Angeles)
     </xs:documentation>
    </xs:annotation>
   </xs:attribute>
Will have the documentation text added to the bound field under the <desc> element (If you have "Generate Descriptive Information" set).
<desc>
    <exData name="Schema Annotation">User time zone. This is not a time zone of any calendar, but the time zone in which events appear on Calendar UI. Long format time zone ID (not PST, but America/Los_Angeles)</exData>
</desc>
So in the initialise event of the field you could place the following JavaScript (where TZ is the field name).
TZ.assist.toolTip.value = TZ.desc.nodes.namedItem('Schema Annotation').value;
Regards
Bruce

Similar Messages

  • Is it possible to set dataset from SOA?

    Hi
    I wondering how to set some details on dataset after user finish request. My goal is to provision RO after Authorizer approve - on request data set requester have to set some data, approver has to set some data and some other data should be populated after request is approved (this additional data must be set based on data from requester.
    Thank you
    best
    mp
    Edited by: J23 on 2012-05-12 14:54

    NO once a request a submitted you can fill only the "approver-only" data and not any other data, nor you can edit any data. I already have an ER about the current version of OIM.
    -Bikash

  • When saving a PDF from a FrameMaker book, is it possible to set document filenames as bookmarks in the PDF?

    When saving a PDF from a FrameMaker book, is it possible to set document filenames as bookmarks in the PDF? Currently when I have a Framemaker book that I want to save as a PDF, I choose Save Book As and then choose PDF for the file format. A dialog box comes up in which I can choose the Bookmarks tab and choose which tagged content I want to be made into bookmarks in the PDF file. What if I would rather have the filename of a document rather than the chapter title be a bookmark in the PDF? Is that possible? Where would I choose that option? Thanks!

    There are two ways that you could do this. You can either use postscript text frames and enter the correct pdfmark entries to show the file name with the corresponding actions (i.e. where to go in the PDF) or you can use hidden text in FM and the "Filename (Short) " variable in a unique paratag to be picked up by FM's bookmark creation.
    To go the pdfmark route, see http://www.pdflib.com/fileadmin/pdflib/pdf/pdfmark_primer.pdf for details and also consult the Adobe Pdfmark Reference manual (http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdfmark_reference.pdf).
    The hidden text route would use FM's Color Views to specify a colour as Invisible. This will make the content visually disappear from the screen (and any output), but FM will still be able to read the contents of any text that is coloured with the Invisible colour(s).
    1. Pick or create a colour that you want to be invisible. [Magenta is usually a good bet and stands out visually].
    2. Set that colour to be invisible in View 1 and visible in View 6. [you can use the shortcut <esc> v 1 and <esc> v 6 to toggle between the views.]
    3. Create a paratag to use for the filename and set the font colour to use the invisible colour.
    3. In the title of each chapter file, drop an anchored frame that is set to be outside of the text frame [so it won't interfere with any other content].
    4. In that AFrame, insert a text frame and use the invisible paratag defined in step 3.
    5. Insert the Filename (Short) variable in that text frame.
    6. Repeat steps for all files to be included in the bookmarks.
    When creating the PDF bookmarks, select only the paratag used for the invisible colour.
    Don't forget to toggle the View to be invisible (i.e. <esc> v 1  - this also works at the book level for all files in the book).

  • Is it possible to set a song in my itunes library as a ringtone straight from my phone, without having to use my computer?

    Is it possible to set a song in my itunes library as a ringtone straight from my phone, without having to use my computer?

    Hi,
    According to your post, my understanding is that you want to make the Workflow Tasks work out with a pre-determined due date that it's 2 days from today in your client list workflow.
    I recommend that you can create this client list workflow as below in your environment.
    Then, you can go to “Start Options” to check “Start workflow automatically when an item is created”, publish this workflow and test if it works.
    When an new item is added in the client list, its corresponding Workflow Task is shown as below:
    Best Regards,
    Yumi Fu

  • Is it possible to set up my iPhone 5 as a new phone and sync ONLY my contacts and apps from my iPhone 4?

    Is it possible to set up my iPhone 5 as a new phone and sync ONLY my contacts and apps from my iPhone 4? Or do I have to set up my iPhone 5 by using my iPhone 4 backup (I'd rather not)?

    Contacts are not stored in a backup, so a restore will not bring them in.  Contacts, along with all the other Apple databases (log into icloud.com with a browser and look at the various pages - this is what I call the Apple databases) are contained in their own locations on the servers.  You should be able to take a new device, go to Settings>iCloud, log in to the icloud account, then turn on the services (e.g. contacts) you want to sync.  They will then be synced to the device.  That has nothing to do with a restore and with the old iphone 4.  As for apps, their listing and locations on the screens are stored in a backup.  If you don't restore, then go to the itunes app store, look under Purchased Apps and download them again.

  • Is it possible to move some tools or their setting parameter from Configuration interface to Inspection Interface?

    Hi
    We use Vision Builder for machine vision. There are two interfaces in Vision Builder (Inspection Interface & Configuration interface). It is better machine vision operator would work with Inspection Interface and he should not access to all of setting and tools but he need to redefine some parameter like RIO in some tools like measuring tools for different products.
    Is it possible to move some tools or their setting parameter from Configuration interface to Inspection Interface?
    Or is it possible to define security like password to some tools and their setting but not all of them?
    Thanks
    Refa

    Vision Builder generally isn't supposed to rely on user input, but there is a step called "User Input" that allows you to get input from the user. ROI would be tricky. I think the slickest way to do that would be to create a VI that displays the image, lets the user drag a rectangle, then pass those coordinates back to Vision Builder to configure the ROI.
    Tanner B.
    Applications Engineer
    National Instruments

  • Is it possible to set a tune purchased from iTunes as a ringtone.

    Is it possible to set a tune purchased from iTunes as a ringtone on an iPhone 4S?

    You can create a ringone from most songs, then sync them to your iphone and use them.
    Google will find several ways to do this.

  • I'm running OS 10.4 and purchased Mac Box Set with Snow Leopard.  When I run the Snow Leo install it errors saying I need OS 10.5 to run the install.  How do I get around this?  I've read that it's possible to go direcectly from 10.4 to 10.6.

    I'm running OS 10.4 and purchased Mac Box Set with Snow Leopard.  When I run the Snow Leo install it errors saying I need OS 10.5 to run the install.  How do I get around this?  I've read that it's possible to go direcectly from 10.4 to 10.6.

    To buy a hard drive try Newegg.com http://www.newegg.com/Store/SubCategory.aspx?SubCategory=380&name=Laptop-Hard-Dr ives or OWC http://eshop.macsales.com/shop/hard-drives/2.5-Notebook/
    Here's a cheap SATA external hard drive case on eBay http://cgi.ebay.com/USB-2-5-SATA-HDD-HARD-DRIVE-EXTERNAL-ENCLOSURE-CASE-BOX-/120 636286623?pt=PCC_Drives_Storage_Internal&hash=item1c167ba69f
    Here's instructions on replacing the hard drive http://creativemac.digitalmedianet.com/articles/viewarticle.jsp?id=45088

  • Is it possible to set up iCloud for my iPhone from my Mac?

    Basically I can't find my phone and JUST remembered that the find my phone app existed. I'm almost positive I have icloud set up on my phone, but is it possible to find it from my mac even though I technically didn't have the "find my phone" app downloaded on my phone? Or can I even just find it using the devices under my Apple ID account?

    You can track your phone if the Find my iPhone app was not installed. That app only allows you to track all your devices, but what really minds is that the Find my iPhone service was activated in Settings > iCloud. If so, you can track your device.
    To track your iPhone, open http://www.icloud.com, log in with your Apple ID and choose Find my iPhone. You will be able to track your iPhone if Find my iPhone was activated. If not, you cannot enable Find my iPhone if you do not have the phone.

  • Is it possible to set table-variant from one user to another one?

    Is it possible to set table-variants from a t-code like fb60 from one user to another one?
    I mean that both user have the same table-variants.

    You mean screen variant, where you will need to anter the GL line items in FB50?
    then you can set your desired variant as DEFAULT for all users, when it is configured.
    Else thru SU10, for all of your users, add parameter ID SCRVAR and give your parameter value (screen variant name) and SAVE.

  • Is it possible to set video keyframe "line" from Opacity to Time Remapping as default?

    I almost never use opacity effect, but i use Time Remapping very often. Is it possible to set Time Remapping as default effect handler for clips?
    Another idea is when you select a clip and want to change it's position or scale you have to expand a "Motion" submenu in Effects panel. Is it possible to have motion expanded by default?

    No to both.

  • Is it possible to set init-parameter from the servlet

    I want to set the value to the perticular servlet?
    is it possible to set using programming(servlet) instead of specifying in the web.xml file

    Couldnt get ur question buddy :(

  • Is it possible to revert back from Maverick to previous software?

    Maverick is causing many issues on my system.  Is it possible to revert back?

    Yes. Erase your drive and reinstall Snow Leopard 10.6.8. You may then check your Purchases page in the App Store for your prior OS X version you want, download and install it.
    Clean Install of Snow Leopard
    Be sure to make a backup first because the following procedure will erase
    the drive and everything on it.
         1. Boot the computer using the Snow Leopard Installer Disc or the Disc 1 that came
             with your computer.  Insert the disc into the optical drive and restart the computer.
             After the chime press and hold down the  "C" key.  Release the key when you see
             a small spinning gear appear below the dark gray Apple logo.
         2. After the installer loads select your language and click on the Continue
             button. When the menu bar appears select Disk Utility from the Utilities menu.
             After DU loads select the hard drive entry from the left side list (mfgr.'s ID and drive
             size.)  Click on the Partition tab in the DU main window.  Set the number of
             partitions to one (1) from the Partitions drop down menu, click on Options button
             and select GUID, click on OK, then set the format type to MacOS Extended
             (Journaled, if supported), then click on the Apply button.
         3. When the formatting has completed quit DU and return to the installer.  Proceed
             with the OS X installation and follow the directions included with the installer.
         4. When the installation has completed your computer will Restart into the Setup
             Assistant. Be sure you configure your initial admin account with the exact same
             username and password that you used on your old drive. After you finish Setup
             Assistant will complete the installation after which you will be running a fresh
             install of OS X.  You can now begin the update process by opening Software
             Update and installing all recommended updates to bring your installation current.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.
    If your computer came with Lion or Mountain Lion pre-installed then do the following:
    Install Mavericks, Lion/Mountain Lion on a New HDD/SDD
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    1. Select Disk Utility from the main menu and click on the Continue button.
    2. After DU loads select your external hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion. Mavericks: Select Reinstall Lion/Mountain Lion, Mavericks and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • Is it possible to delete files from time machine?

    Is it possible to delete files from time machine? I had a drive crash, restored the files to a new drive, and now the old versions and the new versions of the files are both backed up, taking up a mountain of drive space. Do I just have to wait 'til the drive gets full and then tell it what to delete first?

    Hi, I need help in a related problem. I have 500gb time capsule. I needed larger hard drive, so I now use TM to back up to a different 1tb hard drive. So I don't need the TC as a TM back up device. But I want to use the TC's hard drive as an extra external hard drive. I deleted the files that were on it. but it still shows it has a sparsebundle file with a size of over 400gb ( probably the size of the old backups). When I use disk utility to try to erase it, I am not offered the erase tab. This "disk" does show on the desk top as a mounted disk (I think) with only 53 gb free. How can I set this up so all the disk space is free and I can use it for storing files, not as a back up? Thanks

  • My daughter and I have separate iCloud accounts set up on out desktop PCs and our iPhones and iPads. We want to share the usage of a Win 8 laptop and will log in using using separate user accounts. Is it possible to set up our own iCloud accounts?

    My daughter and I have separate iCloud accounts set up on out desktop PCs and our iPhones and iPads. We want to share the usage of a Win 8 laptop and will log in using using separate user accounts. Is it possible to set up our own iCloud accounts in each of those separate user accounts?

    No it is not possible.  Content purchased from the iTunes Store is permanently tied to the account from which it was originally purchased, and Apple does not provide a way to change it.

Maybe you are looking for

  • How could I display some columns in a JTable?

    Help, please: I got a Table data(using AbstractedTableModel), and I can display all rows and columns. How can I just display several columns and all rows? Should I delete some columns from table and fireChanges or what? but I need these columns later

  • How to block emails with specific sender name?

    I find some of the spam emails has a common sender name, but the sender email address is random. How to create an Outlook rule to block such emails? It seems Outlook rule can only blocks emails based on sender email address, not the sender name. Also

  • Wii to new HDTV help

    Hi there I recently bought a new Toshiba 32BV502B and wanted to connect my Wii to it. The scart cable provided made the picture terrible, so I thought I'd get one of these: http://www.amazon.co.uk/Component-Video-Cable-For-Nintendo/dp/B000NUR582 but

  • Error in sales area while creating sales order

    Can anybody guide us in solving following issue- While creating a sales order, if there is mismatch between customer sales area (Particularly division) and material master division- 1.the system is giving error message & not allowing to save the sale

  • Keep pages icon in dock

    How do you keep Pages icon in dock?