Displaying 3 results from an estimated 3 matches for "pinbutton".
Did you mean:
spinbutton
2013 Oct 02
2
Rails 4 ujs button only works after second click
Here''s the code
https://gist.github.com/dasibre/6786245
*new.js.erb file has the following js code*
$(''a.pinbutton'').on(''click'', function() {
$(this).parent().append(''<%= escape_javascript(render("select")) %>'')
});
*here''s the player index with the new link*
<%= link_to "Pin", {controller: "pinboard_players", act...
2007 Mar 19
0
[900] branches/wxruby2/wxwidgets_282/swig/classes: Initial commit of AUI core classes
...e);
+%rename(SetLeftDockable) wxAuiPaneInfo::LeftDockable(bool b = true);
+%rename(SetMaximizeButton) wxAuiPaneInfo::MaximizeButton(bool b = true);
+%rename(SetMinimizeButton) wxAuiPaneInfo::MinimizeButton(bool b = true);
+%rename(SetPaneBorder) wxAuiPaneInfo::PaneBorder(bool b = true);
+%rename(SetPinButton) wxAuiPaneInfo::PinButton(bool b = true);
+%rename(SetMinimizeButton) wxAuiPaneInfo::MinimizeButton(bool b = true);
+%rename(SetResizable) wxAuiPaneInfo::Resizable(bool b = true);
+%rename(SetRightDockable) wxAuiPaneInfo::RightDockable(bool b = true);
+%rename(SetTopDockable) wxAuiPaneInfo::TopDock...
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...Info_hasgripper
+* "AuiPaneInfo#has_gripper_top":#AuiPaneInfo_hasgrippertop
+* "AuiPaneInfo#has_maximize_button":#AuiPaneInfo_hasmaximizebutton
+* "AuiPaneInfo#has_minimize_button":#AuiPaneInfo_hasminimizebutton
+* "AuiPaneInfo#has_pin_button":#AuiPaneInfo_haspinbutton
+* "AuiPaneInfo#hide":#AuiPaneInfo_hide
+* "AuiPaneInfo#is_bottom_dockable":#AuiPaneInfo_isbottomdockable
+* "AuiPaneInfo#is_docked":#AuiPaneInfo_isdocked
+* "AuiPaneInfo#is_fixed":#AuiPaneInfo_isfixed
+* "AuiPaneInfo#is_floatable":#AuiPaneInfo_isfl...