Auto Complete Drop Downs
-
- Profound User
- Posts: 22
- Joined: Fri Aug 09, 2013 2:11 pm
- First Name: Bill
- Last Name: Sinclair
- Company Name: Bepco Inc
- Phone: 817-339-7429
- Address 1: 201 Main St
- City: Fort Worth
- State / Province: Texas
- Zip / Postal Code: 76106
- Country: United States
- Contact:
Auto Complete Drop Downs
I am using a auto-complete drop down within a layout. The dropdown stops it's display at the bottom of the layout no matter what my z index is set to. Is there a way to get this drop down to display over the lower boundry of the layout? The field invovled is 'myprop', there is one other auto complete dropdown and it is also acting in the same manner.
- Attachments
-
- json_2013 09 11.txt
- jason source copy of the dds screen
- (40.06 KiB) Downloaded 111 times
-
- Profound User
- Posts: 22
- Joined: Fri Aug 09, 2013 2:11 pm
- First Name: Bill
- Last Name: Sinclair
- Company Name: Bepco Inc
- Phone: 817-339-7429
- Address 1: 201 Main St
- City: Fort Worth
- State / Province: Texas
- Zip / Postal Code: 76106
- Country: United States
- Contact:
Re: Auto Complete Drop Downs
We found a resolution and it work... added the two folowing lines to the On Load for the screen
getObj('TextBox1').parentElement.style.overflow='inherit';
getObj('Date_layout').children[0].style.overflow= 'inherit';
getObj('TextBox1').parentElement.style.overflow='inherit';
getObj('Date_layout').children[0].style.overflow= 'inherit';
Who is online
Users browsing this forum: No registered users and 12 guests