l***@gmail.com
2007-06-22 21:29:01 UTC
Hi All,
I'm creating a WSS 3.0 site with SharePoint Designer 2007. I'm
creating a custom list form and have added a field to the page that
uses a people picker for one of the text fields. I would like to
change the display width of the FormField but it does not make a
change to the display.
<SharePoint:FormField runat="server" DisplaySize="30" id="ff5{$Pos}"
ControlMode="New" FieldName="MGRName"
__designer:bind="{ddwrt:DataBind('i',concat('ff5',
$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@MGRName')}"/
<SharePoint:FieldDescription runat="server" id="ff5description{$Pos}"
FieldName="MGRName" ControlMode="New"/>
As you can see from above, I have set the DisplaySize as 30 but it
does not show up that way. It shows the full original width.
Am I missing something? Is there another way I should be setting
this? Anyone else experience this?
Thanks~
I'm creating a WSS 3.0 site with SharePoint Designer 2007. I'm
creating a custom list form and have added a field to the page that
uses a people picker for one of the text fields. I would like to
change the display width of the FormField but it does not make a
change to the display.
<SharePoint:FormField runat="server" DisplaySize="30" id="ff5{$Pos}"
ControlMode="New" FieldName="MGRName"
__designer:bind="{ddwrt:DataBind('i',concat('ff5',
$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@MGRName')}"/
<SharePoint:FieldDescription runat="server" id="ff5description{$Pos}"
FieldName="MGRName" ControlMode="New"/>
As you can see from above, I have set the DisplaySize as 30 but it
does not show up that way. It shows the full original width.
Am I missing something? Is there another way I should be setting
this? Anyone else experience this?
Thanks~