[CLOSED] Attributs disapeared (ListClass)

  1. #1

    [CLOSED] Attributs disapeared (ListClass)

    Hello

    2 little questions :

    I used ListClass attribut on combobox but it no longer exists. Is it be replaced by something else?

    Same question for AllowNegative attribut on number field and how to allow/disallow entering negative number?
    Last edited by Daniil; Apr 17, 2012 at 5:51 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Quote Originally Posted by feanor91 View Post
    I used ListClass attribut on combobox but it no longer exists. Is it be replaced by something else?

    Same question for AllowNegative attribut on number field and how to allow/disallow entering negative number?
    Please use the ListConfig Cls.

    Example
    <ext:ComboBox runat="server">
        <ListConfig runat="server" Cls="my-list" />
    </ext:ComboBox>
    We will add a respective Changelog item, thanks for the report.

    Quote Originally Posted by feanor91 View Post
    Same question for AllowNegative attribut on number field and how to allow/disallow entering negative number?
    Please start a new forum thread.
  3. #3
    Quote Originally Posted by Daniil View Post
    Please start a new forum thread.
    OK, but for me, it is same subject about attibuts lost...

Similar Threads

  1. [CLOSED] Atribut disapeared (AllowNegative)
    By feanor91 in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Apr 17, 2012, 6:03 PM

Posting Permissions