[CLOSED] MiniListWidth doesn't exist within combobox list config

  1. #1

    [CLOSED] MiniListWidth doesn't exist within combobox list config

    Hi,
    MiniListWidth doesn't exist within combobox list config.
    Bellow the change log :
    105. The server ComboBox properties to configure its dropdown list - ListAlign, ListClass, ListEmptyText, ListWidth,
    MinListWidth, ItemSelector, Shadow, Resizable, LoadingText, etc - should be set up in the ComboBox ListConfig proeprty.

    Example

    //Old
    <ext:ComboBox
    runat="server"
    ListClass="my-list"
    LoadingText="my loading text"
    ListWidth="200">

    //New
    <ext:ComboBox runat="server">
    <ListConfig
    runat="server"
    Cls="my-list"
    LoadingText="my loading text"
    Width="200" />
    </ext:ComboBox>
    Last edited by Daniil; Jul 19, 2012 at 8:00 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please use the MinWidth property.
  3. #3
    Thanks for the response.

Similar Threads

  1. [CLOSED] gridPanel after edit event doesn't exist
    By Daly_AF in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 15, 2012, 10:22 AM
  2. [CLOSED] Click listener doesn't exist within Node component
    By Daly_AF in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Aug 06, 2012, 12:21 PM
  3. [CLOSED] combobox list config not available in razor views
    By machinableed in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 03, 2012, 2:54 PM
  4. Replies: 1
    Last Post: Nov 19, 2011, 8:32 AM
  5. Replies: 0
    Last Post: Oct 21, 2011, 3:04 AM

Posting Permissions