Skip to main content
Nintex Community Menu Bar

List Lookup field length.

  • February 11, 2016
  • 3 replies
  • 21 views

Forum|alt.badge.img+3

How can i control the length of List Lookup field length?

The minimal length shown is more than what I want.

3 replies

vadim_tabakman
Forum|alt.badge.img+11

Hi Amaresh,

I'm assuming you mean the List Lookup control in Nintex Forms.

The only wait I can think of doing this, is with JavaScript, finding the lookup control, getting the parent <div> and adjusting the Width property.

Vadim


Forum|alt.badge.img+9
  • February 19, 2016

Forum|alt.badge.img+4

Use this to change the width of lookp control: 

NWF$("#" + ID)[0].style.width ="100px"

 

ID is the control's Javascript id