search for: backgroundcolor

Displaying 20 results from an estimated 35 matches for "backgroundcolor".

2009 Jul 20
0
No subject
...ailman/listinfo/asterisk-users > --0016e6d7e04096c193048a2e8bdc Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <span id=3D"result_box" class=3D"long_text"><span title=3D"Boa tarde." onmo= useover=3D"this.style.backgroundColor=3D&#39;#ebeff9&#39;" onmouseout=3D"th= is.style.backgroundColor=3D&#39;#fff&#39;">Good afternoon. <br> <br></span><span title=3D"Obrigado =E0 todos pelas respostas." onmouseover= =3D"this.style.backgroundColor=3D&#39;#ebeff9&...
2006 Sep 06
2
RJS Javascript oddity - trying to call Element.setStyle
...to change the background color of the div to red when the button is clicked. My form code looks like this: <%= form_remote_tag :url => {:action => ''color_show''} %> color_show.rjs looks like this: page << "Element.setStyle(''show_color'', {backgroundColor: ''blue''})" When I click the button, the page elements go away and I just get this screen of text: try { Element.setStyle(''show_color'', {backgroundColor: ''blue''}) } catch (e) { alert(''RJS error:\n\n'' + e.toString()); aler...
2007 Oct 17
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
...00000 (number) +background: (57) -17000000 (number) = -17000000 (number) +background: (58) input (string) = input (string) +background: (59) 34000000 (number) = 34000000 (number) +background: (60) -34000000 (number) = -34000000 (number) +background: (61) input (dynamic) = dynamic (string) +Testing: backgroundColor (default: ) +backgroundColor: (0) (undefined) = (undefined) +backgroundColor: (1) null (null) = null (null) +backgroundColor: (2) true (boolean) = true (boolean) +backgroundColor: (3) false (boolean) = false (boolean) +backgroundColor: (4) 0 (number) = 0 (number) +backgroundColor: (5) 1 (number)...
2005 Nov 07
2
question about Effect.Highlight and IE 5.5
....Highlight on a <tr>, it doesn''t quite work right. I''ve figured out a few things, but I''m not sure whether you want to change them or not. Here''s what I know: In Effect.Highlight.setup (line 532 in the rc4 version of effects.js), it does an element.style.backgroundColor to determine the ''restorecolor''. This doesn''t seem to work in IE 5.5, and if you switch it to Element.getStyle(this.element, ''background-color'') (as is done a few lines earlier when determining the ''endcolor''), it works correctly. Shou...
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...on initializeDataSource():void { dataSource = new BarChartDataSource(this); } @@ -186,19 +226,20 @@ package org.ovirt.charts { chartArea = new Canvas(); chartArea.percentHeight = 100; chartArea.percentWidth = 100 - yLabelPercentWidth; - chartArea.setStyle("backgroundColor","0xbbccdd"); + chartArea.setStyle("backgroundColor","0xffffff"); chartArea.verticalScrollPolicy = ScrollPolicy.OFF chartFrame.addChild(yScale); chartFrame.addChild(chartArea); - this.container.addChild(chartFrame); + + char...
2006 Mar 04
1
RE: Question about event listener highlighting withchild elements
...to have no effect because the highlight method continues to be called. Thanks for you help. Casey /*****************************************************************/ var secureComponent = Class.create(); secureComponent.prototype = { idPath : 0, console : '''', oBackgroundColor : '''', el : '''', initialize: function(value) { this.idPath = findSecurityIdPath(value); //Event.observe(value, ''click'', this.activate.bindAsEventListener(this), false); this.el = value; Event.observe(v...
2006 Mar 04
0
Question about event listener highlighting with child elements
...ms to have no effect because the highlight method continues to be called. Thanks for you help. Casey /*****************************************************************/ var secureComponent = Class.create(); secureComponent.prototype = { idPath : 0, console : '''', oBackgroundColor : '''', el : '''', initialize: function(value) { this.idPath = findSecurityIdPath(value); //Event.observe(value, ''click'', this.activate.bindAsEventListener(this), false); this.el = value; Event.observe(value,...
2005 Aug 06
1
why is the result of expr. Ajax.InPlaceEditor not an object in Safari
hi guys. i''m really thrilled about the in-place editor and rahul''s additions/ examples at http://www.instituteofthefuture.org/js/inplace.php i know that this "mozilla only" script will eventually get fixed and be usable in safari as well, but i can''t wait, so i''ve tried to poke around a bit -- of course, without success. i am much more of an
2005 Oct 05
5
InPlaceEditor crash on Safari
Quick question.. I often crash my Safari when using ''Enter'' on InPlaceEditor''s for submitting. Works fine on firefox(win & Mac) - no javascript errors. Anyone else seen this behavior? (Maybe it is just my alterings of InPlaceEditor :-) Best Regards Michael Krog
2007 Jun 26
5
Migration of Effect from 1.4.0 to 1.5.1
Hi, Is there migration for custom Effect between prototype/scriptaculous 1.4 and 1.5 ? Kevin Davis send me it''s cool Poof Effect but it seems to be tooooo fast in last version of scriptaculous. I think it comes from the code ? But I don''t know the best way to correct that ? Here is a copy/past of his mail for anybody interested in his Effect: > > Hey there, sorry for
2007 Nov 01
0
5 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_object.c libswfdec/swfdec_text_field_movie.c test/image
...x 0000000..3aee9ba --- /dev/null +++ b/test/image/text-field-autosize.as @@ -0,0 +1,19 @@ +// makeswf -v 7 -r 1 -s 200x150 -o text-field-autosize-7.swf text-field-autosize.as + +this.createTextField ("t1", 0, 25, 25, 100, 100); + +t1.autoSize = "left"; +t1.background = true; +t1.backgroundColor = 0xFF0000; + +this.createTextField ("t2", 1, 25, 25, 100, 100); + +t2.autoSize = "center"; +t2.background = true; +t2.backgroundColor = 0x00FF00; + +this.createTextField ("t3", 2, 25, 25, 100, 100); + +t3.autoSize = "right"; +t3.background = true; +t3.backgr...
2007 Nov 01
0
2 commits - libswfdec/swfdec_text_field_movie.c test/image
...x150 -o text-field-color-transform-7.swf text-field-color-transform.as + +var c1 = new Color (this); +c1.setTransform ({ ra: 50, rb: 244, ga: 40, gb: 112, ba: 12, bb: 90, aa: 40, ab: 70}); + +this.createTextField ("t1", 0, 25, 25, 300, 300); + +t1.border = true; +t1.background = true; +t1.backgroundColor = 0xAA0000; + +this.createTextField ("t2", 1, 25, 50, 300, 300); + +t2.border = true; +t2.background = true; +t2.backgroundColor = 0x00AA00; + +this.createTextField ("t3", 2, 50, 25, 300, 300); + +t2.border = true; +t3.background = true; +t3.backgroundColor = 0x0000AA; commit 7b...
2007 Oct 23
0
11 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_style_sheet.c libswfdec/swfdec_style_sheet.h
...fdec_text_field_movie_add_variable (proto, SWFDEC_AS_STR_background, + swfdec_as_object_add_native_variable (proto, SWFDEC_AS_STR_background, swfdec_text_field_movie_get_background, swfdec_text_field_movie_set_background); - swfdec_text_field_movie_add_variable (proto, SWFDEC_AS_STR_backgroundColor, + swfdec_as_object_add_native_variable (proto, SWFDEC_AS_STR_backgroundColor, swfdec_text_field_movie_get_backgroundColor, swfdec_text_field_movie_set_backgroundColor); - swfdec_text_field_movie_add_variable (proto, SWFDEC_AS_STR_border, + swfdec_as_object_add_native_variable (pro...
2005 Jul 19
1
Small patch to Effect.Highlight
...e my div with a white background, and it was not quite right for my purposes. My one-line-patch is simply to add the afterFinish option if there is no current background colour (insert at line 268 of effects.js rev:1756) if ( !current ) options.afterFinish = function(effect){ effect.element.style.backgroundColor = ''''; }; I don''t know if there needs to be a check for an existing afterFinish option? -- Rob Wills
2010 Apr 05
3
syntax error, unexpected '\n', expecting tASSOC
...:zoomType => ''x'', :margin => [330, 30, 30, 80], :events => { :load => addDetailToContainer, Highchart.line({ :chart => { :borderWidth => 0, :backgroundColor => ''#000000'', :renderTo => "details-chart", :height => 330, :margin => [80, 30, 20, 80], :style => { :position => ''absolute'' }...
2008 Jan 14
1
background colour
Dear list, I am using R 2.6 on a Windows XP machine. I divided my device window and tried to set the backgroundcolor for each plot region/figure region separately. This seems not possible?? A simple example: # create random numbers a <- rnorm(100) # divide device window par(mfrow=c(1,2)) # set the backgroundcolour to "red" # this always affect the total device par(bg="red") #two plots shou...
2011 Nov 23
1
R-latex syntax highlighting?
...would produce nice R-syntax highlighting? I am using an example I found in internet for setting up listings like this: \lstset{ language=R, basicstyle=\scriptsize\ttfamily, commentstyle=\ttfamily\color{gray}, numbers=left, numberstyle=\ttfamily\color{red}\footnotesize, stepnumber=1, numbersep=5pt, backgroundcolor=\color{white}, showspaces=false, showstringspaces=false, showtabs=false, frame=single, tabsize=2, captionpos=b, breaklines=true, breakatwhitespace=false, title=\lstname, escapeinside={}, keywordstyle={}, morekeywords={} } But I know that using the color latex package it can look a lot nicer and I...
2005 Oct 13
6
performance
...ate:function(sortable){window.location = "ReorderWebCategory.action?groupIdsKey=group_2297&" + Sortable.serialize(sortable) + "&toggleLevel=" + toggleLevel + "#2297"; new Effect.Pulsate(sortable);}, onChange:function(sortable){$(sortable.style.backgroundColor = "#ffff00");} }); I''ve executed this page in IE on Windows, Firefox on Windows and Mac, and Safari on the Mac, all with similar results. I''m looking for a way to improve the performance--it makes an otherwise cool interface pretty unusable. Here''s a mov...
2007 Jul 10
6
Having trouble using data returned by Ajax.request
...notice.update("hrm, something went wrong..."); } }); } And here is the code I''m using to try to load the data into the graph: function updateChart(chartName) { var newOptions = { padding: {left: 30, right: 0, top: 10, bottom: 30}, backgroundColor: ''#f2f2f2'', shouldFill: false, colorScheme: ''blue'', yNumberOfTicks: 2, xTicks: [ {v:5, label:''jan''}, ] }; document.getElementById(''weekdiv'').innerHTML = ''&...
2005 Oct 17
11
a better question
I''m trying to call a click() event on an <a href> that has an Observable registered for it. Something like: <a href="#" id="toggle_1929">show</a> ... Event.observe("toggle_1929", ''click'', function(event){ Element.toggle ("group_1929"); return false; }); ... $("toggle_1929").click(); //this throws