Displaying 2 results from an estimated 2 matches for "showpan".
Did you mean:
showpane
2009 Apr 14
6
About haml and ruby on rail
...g '')'' _hamlout.open_tag("a", false,
false, false, false, {"class"=>"ActionLink"}, false, false, nil, nil,
:href => "#", :onclick => "if(confirm("Are you sure you want to delete
this track and associated media file?"))
showPane(parseLocation("#{track_path}"),true,false,true,"delete");return
false;" );
^ D:/aflatune/app/views/tracks/show.html.haml:53: syntax error,
unexpected kELSIF, expecting kEND elsif @content_type == :youtube;
^ D:/aflatune/app/views/tracks/show.html.haml:91: syntax error,
un...
2008 Jan 13
1
Combobox
...earchword or moves up or down within the list, it
is necessary that the list opens itself without a manual click on the
button. That''s exactly my problem.
I was able to implement the search, but I don''t know how I can make
the list popup. There is a method paneShown?, but no showPane. Then I
found the method popup (from FXPopup), but I don''t know how I can use
it.
An example for a search I want to build is the url bar in a browser.
thanks
Tobias Schmidt