Displaying 6 results from an estimated 6 matches for "j6ish".
2006 May 04
5
How to insert styles with Insertion
Hi,
I''m having difficulty using Prototype''s Insertion method to insert styles
into a document node. Code like this seems to fail:
new Insertion.Top(widgets[i], ''<style type="text/css"></style>'');
When I inspect the DOM, the style is nowhere to be found.
Any ideas on how to get this to work? Thank you,
Jeff Rankin
Human Factors
544-4333
2013 Apr 30
1
Volume heal daemon 3.4alpha3
gluster> volume heal dyn_coldfusion
Self-heal daemon is not running. Check self-heal daemon log file.
gluster>
Is there a specific log? When i check /var/log/glusterfs/glustershd.log
glustershd.log:[2013-04-30 15:51:40.463259] E
[afr-self-heald.c:409:_crawl_proceed] 0-dyn_coldfusion-replicate-0:
Stopping crawl for dyn_coldfusion-client-1 , subvol went down
Is there a specific log? When
2006 May 05
0
Re: How to insert styles with Insertion (David Kaufman)
I dont think its is allowed according to the W3C standards to have <style>
sections inside the <body>. Keep that in mind when insering
css-style-sections. ;-)
-Tommy
>
> WJRANKIN-J6ISH/MDR2c@public.gmane.org wrote:
> > Hi,
> >
> > I''m having difficulty using Prototype''s Insertion method to insert
> > styles into a document node. Code like this seems to fail:
> >
> > new Insertion.Top(widgets[i], ''<style type="...
2006 May 30
4
Limiting getElementsByClassName to specific nodes and entities
I''m currently using "The Ultimate getElementsByClassName"
(http://www.robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/)
instead of the Prototype version. This version seems to be faster since it
lets you specify the starting node and the type of entity. For example:
var widgets = getElementsByClassName(document, "ol", "tree");
Is
2013 Jul 15
4
GlusterFS 3.4.0 and 3.3.2 released!
Hi All,
3.4.0 and 3.3.2 releases of GlusterFS are now available. GlusterFS 3.4.0
can be downloaded from [1]
and release notes are available at [2]. Upgrade instructions can be
found at [3].
If you would like to propose bug fix candidates or minor features for
inclusion in 3.4.1, please add them at [4].
3.3.2 packages can be downloaded from [5].
A big note of thanks to everyone who helped in
2006 Apr 06
0
Using insertion.after w/builder
Hi,
I have this script:
<script type="text/javascript">
function groupBox() {
title = Builder.node("div", {className: "title"}, "Sample
Groupbox");
content = Builder.node("div", {className: "content"}, "This is
a sample group box widget.");
groupbox =