Displaying 3 results from an estimated 3 matches for "removechildren".
2023 Mar 09
0
njs-0.7.11
...9; */
:
: doc.$root.to.$tags = [xml.parse(`<a/>`), xml.parse(`<b/>`)];
: doc.$root.to.addChild(xml.parse(`<a/>`));
:
: console.log(xml.serializeToString(doc.$root.to))
: /* '<to><a></a><b></b><a></a></to>' */
:
: doc.$root.to.removeChildren('a');
:
: console.log(xml.serializeToString(doc.$root.to))
: /* '<to><b></b></to>' */
Learn more about njs:
- Overview and introduction:
https://nginx.org/en/docs/njs/
- NGINX JavaScript in Your Web Server Configuration:
https://youtu.be/Jc_L6Uff...
2007 Dec 12
2
fxruby and framecontrole
I am new to (FX)ruby and am wrestling with the following question.
In my application I have a three frame split by two splitters.
One frame on the left side with a treelist and two frames above each
other on the right side.
The editable content of the right top frame depends on the item clicked
in the treelist.
The editable content of the right bottom frame depends on data enter in
the right
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...ative properties of XML object
Add test for XML issues that are not in other tests
Handle xmlDecl or docTypeDecl being NULL. Ignore constructor's arg if undefined
Add testing for XML's constructor
Fix xmlDecl and docTypeDecl giving wrong value in some cases
Fix removeChildren function. Don't allow calling parseXML with undefined arg
Add tests for parseXML, improve XML's properties testing
Set _bytesTotal to undefined in XML and LoadVars load method
Check getBytesLoaded and getBytesTotal in XML parsing test
Add swfdec_as_array_append_with_...