Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A textbox is a graphical user interface element which allows for simple input text, usually only a single line of text.

learn more… | top users | synonyms (1)

0
votes
1answer
207 views

Facebook blue highlight for a multiline ASP.NET textbox

I am trying to implement Facebook autocomplete functionality after a user types @ for a multiline ASP.Net textbox, including highlighting the selected text (this would only be a part of text inside ...
1
vote
1answer
424 views

Auto Complete Extender for multiline textbox - Facebook style

I have in my application a larger textbox and offer user the possibility to enter text on several rows like this: first piece of text second piece of text and so on... Each row is a distinct piece ...
1
vote
1answer
591 views

How to create a Multinline textbox growing dynamically without scrollbars?

I need to use a text-box (multiline) in my application. It need to grow as the user inputs text into it. I want that textbox to grow without any scrollbars. I tried allow=resize:null but it just ...
3
votes
1answer
915 views

Facebook iOS SDK Dialog issue Text Input

I'm building a Facebook app that calls a Facebook dialog box to allow users to share a post. Using the facebook documentation, a call to the facebook object: [appDelegate.facebook dialog:@"feed" ...
0
votes
1answer
609 views

php ,how to post to facebook from a custom textarea?

i am using a twitter script to post messages to the twitter wall from a html form see here: <form name="csp_post" action="/test.php" method="post" > <textarea name="text" id="text" ...
0
votes
1answer
166 views

Silverlight textbox with custom controls before text

How to implement textbox similar to facebook textbox in privacy settings where you can add to textbox custom controls: One of the way that i came to is to create wrappanel where last item will be ...