More than HTML 3

David Aparicio Campos daparic at tid.es
Fri Jul 4 14:17:41 CEST 2003


Hi all:

Probably out of the scope of Konqueror embedded itself (its a mainstream
Konqueror question), but to me it is interesting in the embedded version.

I was wondering about upgrades to support HTML 4.0, but futhermore, XHTML 1,
XHTML 2, and beyond to DVB-HTML. Is there any specific job on this. Where
could I ask about these?
I see a boost for the project (in embedded applications) to take an eye on
DVB-HTML subsets, but I'm newbie on these fields.

Best regards

   David
----- Original Message -----
From: <konq-e-request at mail.kde.org>
To: <konq-e at mail.kde.org>
Sent: Friday, July 04, 2003 12:04 PM
Subject: konq-e Digest, Vol 4, Issue 1


> Send konq-e mailing list submissions to
> konq-e at mail.kde.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://mail.kde.org/mailman/listinfo/konq-e
> or, via email, send a message with subject or body 'help' to
> konq-e-request at mail.kde.org
>
> You can reach the person managing the list at
> konq-e-owner at mail.kde.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of konq-e digest..."
>
>
> Today's Topics:
>
>    1. Problem with JS function (Caterina Torrisi)
>    2. Re: Problem with JS function (Paul Chitescu)
>    3. Re: Problem with JS function (Luciano Montanaro)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 03 Jul 2003 13:39:04 +0200
> From: Caterina Torrisi <ctg at tid.es>
> Subject: Problem with JS function
> To: For discussion of Konqueror/Embedded <konq-e at mail.kde.org>
> Message-ID: <001901c34157$b4bb7490$940c5f0a at italy>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
> I've made an extension to Konqueror creating new add-ons.
>  I need to make a call to a JavaScript function which name is in a
variable that is a string. I received the variable as an argument from
another JavaScript function.
> I would like to know if there is a way to do it.
>
> Thanks in advance.
> Caterina Torrisi
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
http://mail.kde.org/pipermail/konq-e/attachments/20030703/5676964d/attachmen
t-0001.htm
>
> ------------------------------
>
> Message: 2
> Date: Thu, 3 Jul 2003 14:58:47 +0300
> From: "Paul Chitescu" <Paul.Chitescu at IMC-Group.org>
> Subject: Re: Problem with JS function
> To: "For discussion of Konqueror/Embedded" <konq-e at mail.kde.org>
> Message-ID: <006301c3415a$76142680$e7b9e6c1 at s40.icpe.ro>
> Content-Type: text/plain; charset="iso-8859-1"
>
> "Caterina Torrisi" <ctg at tid.es> wrote:
> > Hi,
> > I've made an extension to Konqueror creating new add-ons.
> >  I need to make a call to a JavaScript function which name is in a
> variable that is a string. I received the variable as an argument from
> another JavaScript function.
> > I would like to know if there is a way to do it.
> >
> > Thanks in advance.
> > Caterina Torrisi
>
> That's not Konq/E related but generic Javascript.
>
> See the standard eval() method of every object (but not DOM nodes - so no
> document.eval()). It evaluates it's string argument in the context of the
> object.
>
> var my_string='window.alert("Hi, there!")';
> result=window.eval(my_string);
>
> --
>  Paul Chitescu
>  pchitescu at null.ro   http://pchitescu.null.ro/   ICQ:22641673
>  Any spammers will be painfully squeezed into /dev/null
>
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 3 Jul 2003 14:23:03 +0200
> From: Luciano Montanaro <mikelima at virgilio.it>
> Subject: Re: Problem with JS function
> To: For discussion of Konqueror/Embedded <konq-e at mail.kde.org>,
> Caterina Torrisi <ctg at tid.es>
> Message-ID: <200307031423.12086.mikelima at virgilio.it>
> Content-Type: Text/Plain;  charset="iso-8859-1"
>
> On Thursday 03 July 2003 13:39, Caterina Torrisi wrote:
> > Hi,
> > I've made an extension to Konqueror creating new add-ons.
> >  I need to make a call to a JavaScript function which name is in a
variable
> > that is a string. I received the variable as an argument from another
> > JavaScript function. I would like to know if there is a way to do it.
> >
>
> The function you are referring to is an add-on method isn't it?
> To evaluate a piece of javascript code, you have to call the interpreter
> evaluate() method.
>
> For the snapshot konq-embedded, You can use something like
>
> UString jsCode("alert(\"Ciao Mondo!\");");
>
> KJScript::current()->evaluate(jsCode);
>
> Luciano
>
> ------------------------------
>
> _______________________________________________
> konq-e mailing list
> konq-e at mail.kde.org
> http://mail.kde.org/mailman/listinfo/konq-e
>
>
> End of konq-e Digest, Vol 4, Issue 1
> ************************************
>



More information about the konq-e mailing list