Side navigation
#3715 closed bug (invalid)
Opened December 15, 2008 09:09PM UTC
Closed December 16, 2008 12:41PM UTC
jQuery.Dialog - buttons
Reported by: | akagzi | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | unfiled | Version: | 1.2.6 |
Keywords: | Cc: | akagzi@gluskinsheff.com | |
Blocked by: | Blocking: |
Description
How can I set the visible property of a button?
jQuery("example").dialog({
title:'This my pop box',
height:400,
width:400,
modal:true,
buttons: {
"Ok": function() { str='yes'; alert(str); },
"Cancel": function() { $(this).dialog("close"); }
}
Attachments (0)
Change History (1)
Changed December 16, 2008 12:41PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
This belongs to the UI Bug Tracker.