How could I know the kind of an object in runtime ???

Hi,
Is there any way in order that I can to know the kind of a control (xfa object) in runtime (using JavaScript)?.
What's the attribute for that?
For example:
Drop-Down List :
choiceList
Text-Field :
textEdit
Check or Radio-Button :
checkButton
Thank you in advance!
Dan

[email protected] wrote:
> Hi,
>
> Is there any way in order that I can to know the kind of a control (xfa object) in runtime (using JavaScript)?.
>
> What's the attribute for that?
>
> For example:
>
> Drop-Down List : choiceList
> Text-Field : textEdit
> Check or Radio-Button : checkButton
>
> Thank you in advance!
> Dan
Dan,
Try this in JavaScript: this.ui.oneOfChild.className
Justin Klei
Cardinal Solutions Group
www.cardinalsolutions.com

Similar Messages

  • How could I know the changes

    Respected,
           How could I know if some changes are made in configuration part  and by which user it has been done .Is their any path or transaction path to have a look at the changes   .
    THASNKS AND REGARDS
    AVANISH GULATEE

    Hi ,
    You need to aks the basis team to activate "change log" to view the changes done . Please note that activating the change log requires a lot of pressure on memomry usage and basis team have to take a final call on that. But once done , all the changes can be viewed using what Kahled had replied .
    Regards .

  • How could we know the owner Iphone's email?

    I just bought the second hand iphone 4s from someone but now it is lock by Icloud after I upgraded to 7.1.1.
    And I know this information MEID: **********, IMEI:**********. If I can know the owner's email maybe I can contact with him.
    Someone has any ideas.
    <Edited by Host>

    ... the apple can help me to know his phone and email or not.
    No.
    These information can help me.
    No.

  • How could i know the icloud accounts associated to one device?

    When I try to make a new iCloud account from my Mac says I can not because I have already done all accounts that could be done on that device, but I don’t know which are these, is there any way of knowing about these accounts?

    I have a jframe which have always displayed a jpanel and contains also a jdesktoppane
    with the last to have a minimun of 0 jinternalframes and maximun 2 jinternalframes
    displayed at the same time.
    I want to do the following.
    If the jdesktoppane doesn't have any internalframe then the panel should have the focus,
    else if there is one internalframe (even if this is iconified) i want to be displayed and when the user closes it, the focus to travel at the panel, else if there are 2 internalframes (even if they are iconified) to display the one of them and when the user closes this to display the other one.
    Here is what i have done but i don't know what is wrong.
    [code start]
    this is the ContainerListener of the JDesktopPane which i have registered for this job.
    public class DesktopContainer implements ContainerListener {
    public void componentAdded(ContainerEvent e){}
    public void componentRemoved(ContainerEvent e) {
    if(aDesktopPane.getAllFrames().length==1) {
    JInternalFrame[] inFrames = aDesktopPane.getAllFrames();
    try {
    inFrames[0].setIcon(false);
    aDesktopPane.setSelectedFrame(inFrames[0]);
    }//end try
    catch(Exception exc) {}//end catch
    }//end if 1
    else if(aDesktopPane.getAllFrames().length==2) {
    JInternalFrame[] inFrames = aDesktopPane.getAllFrames();
    try {
    inFrames[0].setIcon(false);
    aDesktopPane.setSelectedFrame(inFrames[0]);
    }//end try
    catch(Exception exc) {}//end catch
    }//end if 2
    else {
    internalPanels.RequestFocus();
    }//end else
    }//end componentRemoved()
    }//end class DesktopContainer
    [code end]
    Any help is appreciated.

  • How could i know the carrier of my iphone? My iphone 5s model is ME323LL/A

    My iPhone's locked and I don't know what its carrier is, please help. Thank you

    Hello Josh Velasquez,
    It sounds like you are trying to find the carrier your phone is locked to. If you can turn on the phone you can check in the settings:
    See information about iPhone. Go to Settings > General > About.
    Carrier
    From: iPhone User Guide
              http://help.apple.com/iphone/7/#/iph3dd5fc7e
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • How Could I Know the Servers to Use on iTunes Enabled on my iPhone?

    I am claming respect the servers to use in my iphone 3G. It,s very hardly using
    without exact valour. I could not download iTunes on my iPhone...Could you help
    me about it?
    Back response at any time.
    ([email protected])
    Thanks.

    Sounds like you need a manual.
    Get one in English here: http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf
    Get one in French here: http://manuals.info.apple.com/frFR/iPhone_Guide_de_lutilisateur.pdf
    Get one in Spanish here: http://manuals.info.apple.com/esES/iPod_touch_3.0_Manual_delusuario.pdf
    Or go here to find one in your home language: http://www.apple.com/support/country/?dest=manuals

  • How do you know the kind of iphone, e.g. 2g, 3g, 3gs

    I can't easly tell what kind of iphone I have. Can you help me determine it?

    You can tell this in iTunes by plugging in your phone.
    Alternatively, http://support.apple.com/kb/HT3939
    Matt

  • How could I know The Incident is observed by Incident resolver

    Hi all
    I need send a notify to manager,when the Incident do not Observe by Incident resolver after 1 Hour;
    thank you for your help

    Hi Marat
    Thanks for Your reply
    I Do Not Need The First
    Response Date. I Mean The first Date That The Incident Resolver Open The Incident (Observe
    ) without any response.

  • How to search ebooks in iTunes if I only know ISBN of one book? How could I know its iTunes book'ID from the isbn?

    Dear community members,
    I'm new here. I have a question about searching ebooks in itunes search API.
    If I know ISBN of one book, either 10-digit ISBN or 13-digit ISBN, how could I know its ebook ID in itunes store?
    In other words, is there any rule that I could convert regular ISBNs to ebook IDs? Or where I could find the reference?
    Thank you.

    Try searching Amazon or Barnes & Noble or your local library, if they have an online search, for the ISBN. That will give you the title of the book so you can then search the iBooks store. Or just buy the book from Amazon or B&N as a Kindle or Nook book; both have viewers for Windows and Mac as well as iOS devices.
    Regards.

  • How could I know which table the synonym points to now?

    I have two tables with the same structure, TableA and TableB
    I create a synonym which points to TableA. In some senario, the synonym should be switched to point to the other table.
    How could I know which table the synonym points to right now? So that I can switch the synonym to the other table.
    Thanks a lot!!!!!!

    How could I know which table the synonym points to right nowSee all_synonyms view.
    So that I can switch the synonym to the other tableNot without drop synonym. You need to drop and recreate the synonym to point to the new table.
    Nicolas.

  • The seriale number is not patent how could i know my phone is original?

    the seriale number is not patent how could i know my phone is original?

    Where did you buy the iPhone ,at the market ?

  • How could i know my iphone 5c warranty provided by the carrier or the apple it self?

    How could i know my iphone 5c warranty provided by the carrier or the apple it self?

    Bcoz im having the problem regarding the network service. My phone shows No Service and keep on searching for network. Before, i use 'android' phone and theres no issue on coverage problem at the same place. Compare to the other iphone, theres no problem with the same network which shows 2 or 3 bars. Mine is totally 'No Service'.So, i changed my sim to a new sim, but still the problem happened. I started to restore my phone and nothing changed. Is that problem cause by the antenna of the phone? I bought my iphone at normal handphone shop. Since the problem occur, I sent my phone to the Apple Authorised Resselers for the warranty claim. But sadly they told me the warranty provided by the carrier although i didnt buy it through the carrier. So i sent it to the carrier to claim warranty and they adviced me that it will takes 14 working days. They told me that they will fix it by repair my iphone. Will i get 1 to 1 exchage for the warranty just because of that problem? Apple, please help me coz its the first time im using ios phone.

  • How do I know the correct memory to get for my MacBook Pro?

    Hi, hoping someone can help me with this. I have a MacBook Pro. These are the specs:
    Hardware Overview:
    Model Name: MacBook Pro
    Model Identifier: MacBookPro4,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.6 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 6 MB
    Memory: 4 GB
    Bus Speed: 800 MHz
    Boot ROM Version: MBP41.00C1.B03
    SMC Version: 1.28f1
    Serial Number:
    Sudden Motion Sensor:
    State: Enabled
    It has 4 Gigs but I want to put in the maximum possible amount of memory. How do I know the maximum that the system can take and can someone let me know which ones to buy/what memory is compatible? I buy from this site: www.komplett.ie. Thanks.

    "I was of the impression you could install up to 16 Gigs? Am I thinking of a PowerMac G5?"
    Yes.

  • How can I know the security role of the logged in user

    When you design an enterprise bean or Web component, you should always think about the kinds of users who will access the component. For example, an Account enterprise bean might be accessed by customers, bank tellers, and branch managers. Each of these user categories is called a security role, an abstract logical grouping of users that is defined by the person who assembles the application. When an application is deployed, the deployer will map the roles to security identities in the operational environment.
    But wondering when I log into my application with some user name and password (specified in my Oracle database),wondering how this works with the security role I created .How does J2EE know the security role of the logged in user.
    Thanks
    Manohar

    shet wrote:
    role at run time.
    When I login say as "manju" and password as "money" then how does it know that this user belongs to this security role.Is that the j2ee administrator has to say that user manju has this this security role.Programmitically how does it really work.I am confusedThe j2ee implementation assigns the roles using the JAAS module you have configured for your application on your application server. different JAAS modules get roles in different ways. many allow a single static role to be assigned using a config file. if using a database, often there will be configuration to specify additional database fields which specify the role for a given username.
    At runtime, a developer can test roles using methods like EJBContext.isCallerInRole().

  • While talking to someone, I could lock the screen in iSO6 and continue the call, How could I do the same in iSO7?

    Dear Team,
    In iSO 6 while talking to some one I could lock the screen in the middle of the call and I could continue the call, this helps me in may ways
    1. I dont press the key board accidentally so that key presses wont be sent to IVR if Iam talking to a customer care or bank ect..
    2. once I lock the screen while talking to the other person, accidentally I could avoid pressing End button, as it is touch screen and an accidental skin touch ends the call?
    3. How could I reject the call if I dont want to receive the call using touch screen in iSO7 if possible?
    could you please answer these queries if am on right forum, if not let me know?
    thank you.
    Kul

    Hello Csound1
    The feature exists (and is clearly described in Numbers User Guide) in Numbers '09 but the thread is about the behavior of Numbers '08.
    Yvan KOENIG (VALLAURIS, France) mercredi 21 septembre 2011 21:59:50
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

Maybe you are looking for

  • Can i delete the contact information in icloude?

    Could i have deleted my contact information in icloude?

  • Dual Xeon (with HT) box and SINGLE CPU WLS Licence

    Can I install WLS 8.1 on this box and run it - or will it refuse as it sees 2 processors (2 physical + 2 logical) - or do I have to remove one of the CPUs or buy a 2nd licence. Due to a mix up we have this mismatch. I have other apps on the box which

  • Fan Control setting (MacBook Air)

    I bought a second hand MacBook Air (model: A1237) and noticed that it came loaded with Fan Control, an app for controlling fans no less, so I took a screen shot of it and was hoping that somebody could let me know if everything was functioning normal

  • 2600 Classic Phone memory Full

    I am not able to add phone numbers in my contacts list after about 900 phone numbers. The phone says phone memory is full. I still have 8MB free on my phone. Is there a separate memory for phone list? Can I increase this?

  • Can i open PAGES file on MS WORD 2003 (PC)?

    i type my documents on my iBook's PAGES and i wonder, would i be able to open all these docs on the conference room's PC laptop running windows XP (MS WORD 2003) without me carrying the iBook to work i plan to bring the file i saved with PAGES on a f