button

jqgrid add / delete / modify button call a html page

Hello! i work with jqgrid for listings only also i don't use jqgrid forms i need to call external forms (example: update.cgi?id=123) to make modifications on the database. how can i make that ? thanks a lot ...

ASP.NET GriedView,change properties in Button from ItemTEmplate

Hello. if someone could help on this problem please.. I have a griedView that renders books from a database. In each line a DELETE/EDIT button is rendered. I want when the user clicks the EDIT button, the CANCEL,UPDATE buttons to appear and the EDIT buttton to become disabled.. I though of using the onclick event for the edit button al...

Struts2 back button and linking

Hello! I am using Struts 2.1.6 with Dojo plugin, whole app has ajax links (sx:a). Did anybody succeed to implement back button functionality and linking to certain content? Does anybody have any experience how to implement? I am planning to implement (if there is no good solution already) something like so: changing address bar li...

img src & jQuery?

I have an image, and using jQuery I've turned it into a button. The so called button has two states: regular and pushed. Using jQuery I detect a "mousedown" and "mouseup" and replace the "src" attribute, like so: $("#btn").click(function() { ;//DO SOMETHING HERE WHEN PRESSED }); $("#btn").mousedown(function() { $(this).attr({ src...

how to create a form without max/min/close button in c#?

I know P/invoke can do, but is there a managed way? ...

Make child window transparent to user input

Is there a way to make input "pass through" a child window and reach its parent? My problem is this: I'm making custom control with a label that can be formatted. So, rather than trying to re-invent the wheel, I added a RichTextEdit control and applied the WS_EX_TRANSPARENT extended window style. It looks like what I want, but there are ...

ASP:Button don't works in a jquery dialog

Hi have a jquery dialog: the js source is: $(document).ready(function() { $("#DialogConfirmationDiv").dialog({ bgiframe: true, autoOpen:false, height: 140, title: "Confermi l' invio?", modal: true }); } the html source is: <div id="Dialo...

creating custom button in gwt

hi, i am trying to do something pretty common with GWT. creating a button behavior with an image and a text. by positioning the text on top of the image. i have used the HTML widget but how can i make the text not selectable? ...

Resizable Button with background in flash CS4

Hi, I want to create a button which resize dynamically with content. to achieve this, I created a MovieClip in library and added four layers into it namely - text, bg, shadow and border. Problem I'm having is, if I make textfield autosize, only textfield resizes and others stuff remain as it is. if I calculate width required using xxxL...

UIAlertview Button columns

In iphone application can we set number of columns in UIAlertView as if I have six buttons in UIAlertView then how can I show it in 2 columns and 3 rows. If any one done it kindly share it how it will done .. Any sample code will be extra help ...

How to display another form on select of button

Hi everyone I created jsp which has 2 forms. In UI there are 2 buttons. On select of each button respective form should be displayed. But while trying to do this its not allowing me to display other form on button click. Can I have any sample code such that it will resolve my problem and i can proceed with my work. I will be thankful for...

WPF Button to scroll Textbox

I have a RichTextBox and a button. Is there any easy way to make the textbox scroll down / up when i press the button? my guess is i have to use commands but im not 100% sure how commands work. ...

Table footer view buttons - iPhone

Hi Guys, I have some signup form that had email and login text fields as table cells and signup button as button in footer view. That all functioned superb, here is the code frame = CGRectMake(boundsX+85, 100, 150, 60); UIButton *signInButton = [[UIButton alloc] initWithFrame:frame]; [signInButton setImage:[UIImage imageNamed:@"butt...

Default Button - Vb.NET

Hey guys, I have a button that I want to make default, but without the border thing around the button. Is this possible to do? Thanks. ...

Enabling NSButton with bindings, based on NSTableView selection

I have a NSWindow containing an NSButton and an NSTableView. I'd like the button to be enabled if and only if the table contains at least one item, and exactly one item is selected. (The table does not allow multiple selection.) What can I bind the button's enabled binding to to make this happen? ...

What's the best way to design a custom button that changes font color/size when selected?

I want to design a custom component that extends Button that will have two new styles: selectedColor and selectedFontSize. These will allow the button to have a different text label color and font size when the button is selected. (When I say 'selected' I mean selected state, not being selected (mouse down). The approach I've taken is...

Can an image map be linked to open the browse file controller?

I want the user to be able to click on an image on tab 1 of my app that will open up the file browser to enable a photo to be uploaded. is this possible?? ...

prototype ajax updater div with different buttons

hello! i'm learning it, but i cant find what's wrong in this! i want the div2 to get data from the form in div1, called formulario. i would like to know which item is selected and which button was clicked. main html file: <script src="utils/Scripts/prototype.js" type="text/javascript"></script> <script type="text/javascript"> function...

How do I make an HTML button not reload the page

I have a button (< input type="submit"/>). When it is clicked the page reloads. Since I have some jQuery hide() functions that are called on page load, this causes these elements to be hidden again. How do I make the button do nothing, so I can still add some action that occurs when the button is clicked but not reload the page. ...

Change color of dotted border on button

I have a problem with a button in one of my forms, when a user clicks the button, it shows this black dotted border inside it. I would like to remove this, but I don't know how. I haven't set this border in the CSS... ((For those wondering; the caption means "search")) I searched some time ago, but with "dashed" instead of "dotted"...