Discussion:
FormField DisplaySize not changing
(too old to reply)
l***@gmail.com
2007-06-22 21:29:01 UTC
Permalink
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~
unknown
2010-01-15 12:22:11 UTC
Permalink
Hi
I am experiencing same problem :-(
I want to make all drop down width of same length.
-Avinash.



lrolset wrote:

FormField DisplaySize not changing
22-Jun-07

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~

Previous Posts In This Thread:

On Friday, June 22, 2007 5:29 PM
lrolset wrote:

FormField DisplaySize not changing
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~


Submitted via EggHeadCafe - Software Developer Portal of Choice
Guerilla Install Tactics: Visual Studio.NET Final
http://www.eggheadcafe.com/tutorials/aspnet/bcda7c39-564b-4c56-a62b-c23dbfdf4c7a/guerilla-install-tactics.aspx
unknown
2010-02-26 12:51:51 UTC
Permalink
SET DisplaySize="20"


<SharePoint:FormField runat="server" id="ff1{$Pos}" ControlMode="Edit" FieldName="Title" __designer:bind="{ddwrt:DataBind('u',concat('ff1',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Title')}" DisplaySize="20"/>



avinash badgujar wrote:

I am experiencing same problem :-(
15-Jan-10

Hi
I am experiencing same problem :-(
I want to make all drop down width of same length.
-Avinash.

Previous Posts In This Thread:

On Friday, June 22, 2007 5:29 PM
lrolset wrote:

FormField DisplaySize not changing
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~

On Friday, January 15, 2010 7:22 AM
avinash badgujar wrote:

I am experiencing same problem :-(
Hi
I am experiencing same problem :-(
I want to make all drop down width of same length.
-Avinash.


Submitted via EggHeadCafe - Software Developer Portal of Choice
WPF Custom Validation Using the Enterprise Library
http://www.eggheadcafe.com/tutorials/aspnet/9af7ac1a-d7f3-4e00-9aec-33ef1ec7d1a3/wpf-custom-validation-usi.aspx
unknown
2010-02-26 12:54:22 UTC
Permalink
SET DisplaySize="20"

<SharePoint:FormField runat="server" id="ff1{$Pos}" ControlMode="Edit" FieldName="Title" __designer:bind="{ddwrt:DataBind('u',concat('ff1',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Title')}" DisplaySize="20"/>



avinash badgujar wrote:

I am experiencing same problem :-(
15-Jan-10

Hi
I am experiencing same problem :-(
I want to make all drop down width of same length.
-Avinash.

Previous Posts In This Thread:

On Friday, June 22, 2007 5:29 PM
lrolset wrote:

FormField DisplaySize not changing
Hi All

I'm creating a WSS 3.0 site with SharePoint Designer 2007. I'
creating a custom list form and have added a field to the page tha
uses a people picker for one of the text fields. I would like t
change the display width of the FormField but it does not make
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 i
does not show up that way. It shows the full original width
Am I missing something? Is there another way I should be settin
this? Anyone else experience this

Thanks~

On Friday, January 15, 2010 7:22 AM
avinash badgujar wrote:

I am experiencing same problem :-(
Hi
I am experiencing same problem :-(
I want to make all drop down width of same length.
-Avinash.

On Friday, February 26, 2010 7:51 AM
NARINDER PAUL SINGH wrote:

FormField DisplaySize not changing
SET DisplaySize="20"


<SharePoint:FormField runat="server" id="ff1{$Pos}" ControlMode="Edit" FieldName="Title" __designer:bind="{ddwrt:DataBind('u',concat('ff1',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Title')}" DisplaySize="20"/>


Submitted via EggHeadCafe - Software Developer Portal of Choice
More Fun with Fluent NHibernate Automapping
http://www.eggheadcafe.com/tutorials/aspnet/50aa9259-6dbb-4d16-9639-81ee42171b00/more-fun-with-fluent-nhib.aspx
Loading...