Results 1 to 6 of 6

Thread: What are the Input Controls for the XForms?

  1. #1
    Join Date
    Aug 2006
    Posts
    222

    What are the Input Controls for the XForms?

    Hello friends,
    I have recently started with the XForms, so I am not having much knowledge about it. I want to use the XForms controls which is used by the user interface of XForms. So thought that someone over there would be interested in helping me. So please tell me what are the Input Controls for the XForms? Since I don't know about this topic, any other information related to the topic would be grateful.!!
    Just a reply to say thank you for these links and posts I have a lot to read and learn now!



  2. #2
    Join Date
    Aug 2006
    Posts
    235

    Re: What are the Input Controls for the XForms?

    XForms Controls : The user interface elements in XForms are called XForms Controls. Most commonly you will be using the control elements like the <input> and <submit>. Because these are the most commonly used control elements. Each control element has a ref attribute pointing back to the XForms data model. Forms in HTML are used to group other HTML controls together. A user basically interacts with a system through these input controls placed inside a form.
    3.2 (northwood)
    2gig ram
    ATI AIW X800xt 256mb
    Gigabyte GA-8knxp 875p Chipset
    Optiwrite 8X DVD Burner
    Win XP PRO Sp2 (Works Perfectly)
    2 SATA Raptor 74gig Raid 0
    2 7200 IDE 320gig HD

  3. #3
    Join Date
    Aug 2006
    Posts
    227

    Re: What are the Input Controls for the XForms?

    XForms allows us to create forms in XML. The following are some features of XForms :
    1. It is Platform independent. That means it can run on any platform.
    2. Separates the presentation from the model.
    3. Values are submitted in XML format .
    4. It is Universally accepted.

    XForm Model defines the the contents for the form and what it should do. XForm User Interface creates the User Interface.
    I do to dead flowers what people at morgues do to dead people. Suck all the moisture out, dip them in plastic, paint them up pretty and put them in a nice frame.

  4. #4
    Join Date
    Mar 2008
    Posts
    349

    Re: What are the Input Controls for the XForms?

    Because XForms is platform and device independent, XForms leaves it up to the browser to decide how to display the controls. Due to this feature you can use the XForms in personal computers, cell phones, hand held computers, etc. Also for for defining user interfaces for people with disabilities, the XForms is the perfect solution. The XForms User Interface is used to design the user interface and it in turn is used to collect data from the user. Where the input element is used to define input text fields. And it has an attribute element called ref.

  5. #5
    Join Date
    May 2008
    Posts
    2,389

    Re: What are the Input Controls for the XForms?

    The input control is the most common XForms control. It can hold one line of text. The following represents the same :
    Code:
    <input ref="name/fname"><label>First Name</label></input>
    Then the <label> element is a mandatory child element for all XForms input controls. The reason for this is to secure that the form can be used for all types of devices.

  6. #6
    Join Date
    Oct 2005
    Posts
    2,393

    Re: What are the Input Controls for the XForms?

    You can also use the Secret Control for the XForms. The secret control is designed to input passwords or other hidden information :
    Code:
    <secret ref="name/password"><label>Password:</label></secret>
    Normally these are used in the password field, where you don't want to show the characters that are typed in the password filed. Most often the secret control displays with an asterisk.

Similar Threads

  1. What are the Properties of XForms?
    By Rob Dizzle in forum Software Development
    Replies: 4
    Last Post: 03-03-2010, 06:59 AM
  2. What are the Selection Controls of XForms?
    By super soaker in forum Software Development
    Replies: 4
    Last Post: 03-03-2010, 06:37 AM
  3. How to use Dates and Times in XForms?
    By Zavier in forum Software Development
    Replies: 5
    Last Post: 03-03-2010, 06:00 AM
  4. What are the XForms and XPath?
    By Nathen in forum Software Development
    Replies: 5
    Last Post: 03-03-2010, 05:35 AM
  5. How to use XForms in PHP?
    By Xylina in forum Software Development
    Replies: 4
    Last Post: 03-03-2010, 02:43 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,148,810.86729 seconds with 16 queries