[CLOSED] Set and Get Attribute and Value to a field

Page 2 of 2 FirstFirst 12
  1. #11
    Hi ,

    I use
     .InputAttrTpl(X.XTemplate().Html("foo=minus"))
    and get attribute value from javascript by

    field.getAttribute("foo")
    problem solved.this can be mark as close.
  2. #12
    Hi,
    Can you please let me know how I add multiple attribute(syntax) with .InputAttrTpl().like
    X.XTemplate().Html("foo=minus,bar=plus,zoo=devide")
    is above syntax is correct?
  3. #13
    Please try
    .Html("foo=minus bar=plus zoo=divide")
Page 2 of 2 FirstFirst 12

Similar Threads

  1. [CLOSED] EmailValidation attribute
    By jpadgett in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 14, 2013, 3:38 PM
  2. ClientConfig Attribute
    By PerfectElement in forum 1.x Help
    Replies: 6
    Last Post: Nov 11, 2011, 4:50 PM
  3. ServerMapping with more attribute
    By Maia in forum 1.x Help
    Replies: 3
    Last Post: Aug 12, 2010, 4:48 PM
  4. [CLOSED] [1.0] Form field name attribute
    By SandorD in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 22, 2010, 7:39 AM
  5. [1.0] layouts attribute
    By [WP]joju in forum 1.x Help
    Replies: 2
    Last Post: Nov 12, 2009, 1:41 AM

Posting Permissions