Jump to content

I need solution for UnimDatePicker and UnimSelect


theaha

Recommended Posts

Hi. I have 2 questions and would like to request a solution to the problem.

1. Can i set max date in UnimDatePicker? i need max date is today.

2. In UnimSelect, when my items have a long text, the items doesn't break into a new line and the text appears overlapped.

unimselect.jpg.64e8a10bf07832b988ca3609499bf780.jpg

Unigui Complete Professional 1.90.0.1568

Link to comment
Share on other sites

Hello,

4 hours ago, theaha said:

1. Can i set max date in UnimDatePicker? i need max date is today.

Can you try this approach?

function beforeInit(sender, config)
{
    config.maxDate = Ext.Date.format(new Date(), config.dateFormat);
}

 

Link to comment
Share on other sites

13 hours ago, Sherzod said:

Hello,

Can you try this approach?

function beforeInit(sender, config)
{
    config.maxDate = Ext.Date.format(new Date(), config.dateFormat);
}

 

Hi, I try this but it set only max year.
unid.jpg.d26ebbd5d990c472c3349905bec3a1ca.jpg

 

13 hours ago, Sherzod said:

How can we reproduce this issue?

I add items normally like this

UnimSelect1.Items.Add("Test Text");

but when add long text, text appears overlapped

Link to comment
Share on other sites

20 hours ago, Sherzod said:

How can we reproduce this issue?

 

6 hours ago, theaha said:

I add items normally like this

UnimSelect1.Items.Add("Test Text");

but when add long text, text appears overlapped

then, for this any solution?

Link to comment
Share on other sites

×
×
  • Create New...