I am trying to make a context menu within my DataTable. I'm using a piece of code from this example: ...
24973
ragtek_ragga
Feb 4, 2008 10:33 am
yes i'll also make it with ajax, i just wanted do have the other things working, until i make it with ajax^^...
24972
arunkumar.boppudi
arunkumar.bo...
Feb 4, 2008 10:25 am
No use. I gave fixed height. Even then also, if I drag elements in to that column(div), they are not moving there....
24971
Saqib
saqib_rashee...
Feb 4, 2008 10:09 am
as the content div is filled with the data, the animation is done. And offcourse it will animate. basically it is not the animation, it is actually filling the...
24970
pieter.thoma
Feb 4, 2008 9:57 am
Has anyone noticed that there is a font-size difference in FF between a link button and a submit button. IE does not have this problem. I've tried to see what...
24969
ragtek_ragga
Feb 4, 2008 9:50 am
atm i have this: [code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta...
24968
Thomas James
thomas.viju
Feb 4, 2008 9:25 am
Hi all i am trying to acheive the following. can anyone point me in the correct direction i have a link and also a menu which comes on mouseover of the link. i...
24967
Saqib
saqib_rashee...
Feb 4, 2008 9:16 am
if you want, i can develop such code for you....
24966
ragtek_ragga
Feb 4, 2008 9:14 am
oh ok, i understand thx :)...
24965
Saqib
saqib_rashee...
Feb 4, 2008 8:58 am
I wish i could share my code, but i am not owning it. It is owned by my company, and according to laws i can not share that code....
24964
ragtek_ragga
Feb 4, 2008 8:56 am
would you share your code?...
24963
Saqib
saqib_rashee...
Feb 4, 2008 8:34 am
Yes, i have made something like that but for an intranet-based app....
24962
Jing Ceawlin
jingceawlin
Feb 4, 2008 8:34 am
Try giving the column element a fixed height or padding to make sure the column element always has a dimension. On Feb 4, 2008 4:29 PM, arunkumar.boppudi...
24961
arunkumar.boppudi
arunkumar.bo...
Feb 4, 2008 8:29 am
Yes, I saw that example. Actually I did this using that example. But still I got this problem....
24960
Plouceur
stmarguerin
Feb 4, 2008 8:27 am
Sorry to insist, any idea about this? upload.php format unix/dos, encoding,... ? Thanks in advance...
24959
ragtek_ragga
Feb 4, 2008 8:25 am
hi has anybody made something like www.ragtek.org/sandbox/wordpress with the yui library for the js part?...
24958
Jing Ceawlin
jingceawlin
Feb 4, 2008 7:15 am
Did you check out this example? http://developer.yahoo.com/yui/examples/dragdrop/dd-reorder.html You can drop into empty column as long as the column has...
24957
arunkumar.boppudi
arunkumar.bo...
Feb 4, 2008 7:09 am
I'm trying to reorder elements in three columns using Yahoo! Drag and Drop. I'm able to reorder elements in one column and I'm able to move elements in one...
24956
robithy
Feb 4, 2008 5:12 am
When using the list button in the RTE on Firefox, a stray </li> tag appears at the end of the <ul /> list as shown here: <ul> <li>a</li> <li>b</li> <li>c</li> ...
24955
John Comerford
comerford_john
Feb 3, 2008 11:29 pm
I thought since the array only had one element I'd get away with it, but that's not the case. Once I referenced the individual elements it worked fine. Thanks...
24954
kenfeldt
Feb 3, 2008 10:52 pm
I will try to get something on our server in a day or so --- unfortunately the project is a bit sensitive - and it will take some time to back a few things...
24953
Hollywood
thzerodotcom
Feb 3, 2008 9:52 pm
That's all well and good, however since the DataTable needs to be able to display the same regardless of browser. ... As to '45px' vs '45', it does not make a...
24952
Satake
akington
Feb 3, 2008 9:03 pm
... specified with YUI 2.4.1? IE obeys the widths. I didn't see anything in the Known Issues. Listed below is the source for a couple of tests that shows the...
24951
Hollywood
thzerodotcom
Feb 3, 2008 8:30 pm
Is there an issue in that FF does not obey the columns width specified with YUI 2.4.1? IE obeys the widths. I didn't see anything in the Known Issues. Listed...
24950
Dav Glass
dav.glass
Feb 3, 2008 7:57 pm
Can you post a link to a page with the issue? Dav Dav Glass dav.glass@... blog.davglass.com + Windows: n. - The most successful computer virus, ever. + +...
24949
kenfeldt
Feb 3, 2008 7:52 pm
I have run into a problem with my simple editor buttons becoming unresponsive. Much of the time (60-70%), when I select text in by Rich text editor, all the...
24948
j.elventails
Feb 3, 2008 7:08 pm
... Thanks for you reply Caridy! ... we don't need to modify the dispatcher. Ok? Not sure, there might be no need to do anything with the dispatcher. ... you...
24947
mathieupoussin
Feb 3, 2008 6:37 pm
Hello , i want to show a div like in the jQuery index page (http://jquery.com/ ) , without know the final size of the div , that depending of the content , how...
24946
bretlevy
Feb 3, 2008 3:26 pm
You have to do it in "steps". I create a master set of functions in a js file that handle popus as follows: var popupMessageBoxForm; function popupMessageBox...
24945
Plouceur
stmarguerin
Feb 3, 2008 11:07 am
Hi, I am new to YUI. I want to create a picture upload form using the COnnection Manager as shown here: /developer.yahoo.com/yui/connection/#upload I get parse...