The inputformtextbox tag has no wiki summary.
2
votes
0answers
245 views
Filling asp:TextBox at FormNew.aspx
I need to fill TextBox with parameter form QueryString.
Code:
<asp:TextBox runat="server" name="text1" id="ff1{$Pos}" text={$parameter} ...
0
votes
0answers
25 views
InputFormTextBox not rendering toolbar icons
I am using InputFormTextBox control from Sharepoint 2010. The problem I am facing is that it is not rendering background images of toolbar icons.
![screen shot of InputFormTextBox where toolbar icons ...
0
votes
0answers
182 views
InputFormTextbox in WebPart ribbon not changing to rich text mode
I have added an InputFormTextBox to my webpart and made the webpart display for the default new form. I expect the ribbon to change to allow rich text editing when you click into the textbox. But it ...