How can I add the custom button in the select box? - jquery-select2

How can I add the custom button in the select box? Just like the clear button?
Because I'm using ajax, and want to save cache in the browser.
enter image description here

Related

How to add control to the TRzToolbar

I have add TRzToolbar to the form. I want it to look like as shown in figure below.
I want to add control as shown in figure to the TRzToolbar..I right clicked TRzToolbar component on the form selected edit toolbar which bring in Toolbar editor with stock images as shown below.
In stock images it is not showing control like checkbox,drop down and radio button etc as shown in first figure. How to add these control to TRzToolbar?
The Toolbar Editor can only handle Toolbuttons. Instead using the editor, simply drop the desired control from the tool palette onto the Toolbar in the form designer.

Browse button not in form

How to implement a browse button which would not be in a form tag in MVC?
I want a normal button - when clicked, to handle the file selected.
This is impossible to do. The browse button has to be in a form tag.

Adding actions for selected text

Is it possible to add actions, like Highlight or sending a Tweet, to the popup that appears when you select some text from a UIWebView?
Edit: If not, is it possible to obtain the selected text through another way?
Inject it via javascript, then send the location or href to something like "myaction://handleIt" and get it on the shouldLoad.

Addon toolbar - create button to show back button history?

I have a toolbar and want to create a button that will display a drop down list of the back button history which the user can select and go back to that page.
Check the Firefox source to see how it's implemented. Open source and all that.
http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.xul#507
http://mxr.mozilla.org/mozilla-central/

sharepoint button Name

In SP Designer, How do I change the default text in the button. Like OK--Submit and Cancel--Go Back.
Can I change it, If yes what where does the mapping goes ..
Thank you..
You can change the text of Buttons in case of custom List Form
Right Click on OK Button select proporties
Select Indesgin as True
Change the Text to Submit
Repeat above steps for Cancel button as well

Resources