Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Webbot Komponenten
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mario Dose  
View profile   Translate to Translated (View Original)
 More options Jun 26 2000, 3:00 am
Newsgroups: microsoft.public.de.german.frontpage98
From: "Mario Dose" <ossi...@aol.com>
Date: 2000/06/26
Subject: Webbot Komponenten
Hallo Leute,

Gibt es denn irgendwo im Internet eine Seite, die die Webbot Komponenten im
einzelnen beschreibt?

Selbst bei Microsoft kann man nichts ausreichendes finden.

Mario Dose


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Piwi  
View profile   Translate to Translated (View Original)
 More options Jun 26 2000, 3:00 am
Newsgroups: microsoft.public.de.german.frontpage98
From: "Piwi" <nos...@to.me>
Date: 2000/06/26
Subject: Re: Webbot Komponenten

"Mario Dose" <ossi...@aol.com> schrieb im Newsbeitrag
news:8j8982$1ena$1@ID-32299.news.cis.dfn.de...

> Hallo Leute,

> Gibt es denn irgendwo im Internet eine Seite, die die Webbot Komponenten
im
> einzelnen beschreibt?

> Selbst bei Microsoft kann man nichts ausreichendes finden.

[
http://www.microsoft.com/intlkb/GERMANY/SUPPORT/KB/D33/D33550.HTM

und bestimmt in der Hilfe.

Gruß
Dieter


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mario Dose  
View profile   Translate to Translated (View Original)
 More options Jun 26 2000, 3:00 am
Newsgroups: microsoft.public.de.german.frontpage98
From: "Mario Dose" <ossi...@aol.com>
Date: 2000/06/26
Subject: Re: Webbot Komponenten
Hallo Dieter,

ist die deutsche Uebersetzung eines englischen Originals, welches wiederum
die Webbotkomponenten in ihren Einzelheiten nicht eindeutig erklärt.

Die Hilfe von Frontpage, einige Buecher zum Thema HTML und Frontpage, Das
SelfHTML von Herrn Münz sagen zum Thema Webbot nur, dass es das gibt und
dann hoert es auch schon auf.

Mario Dose


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Birgit Klein  
View profile   Translate to Translated (View Original)
 More options Jun 26 2000, 3:00 am
Newsgroups: microsoft.public.de.german.frontpage98
From: "Birgit Klein" <kl...@mueller-solar.de>
Date: 2000/06/26
Subject: Re: Webbot Komponenten

Mario Dose <ossi...@aol.com> schrieb

> > http://www.microsoft.com/intlkb/GERMANY/SUPPORT/KB/D33/D33550.HTM

> ist die deutsche Uebersetzung eines englischen Originals, welches
wiederum
> die Webbotkomponenten in ihren Einzelheiten nicht eindeutig erklärt.

> Die Hilfe von Frontpage, einige Buecher zum Thema HTML und Frontpage,
Das
> SelfHTML von Herrn Münz sagen zum Thema Webbot nur, dass es das gibt
und
> dann hoert es auch schon auf.

Vielleicht hilft Dir das weiter
http://www.frontpage98-2000.de/v2/fp2000/fp2_kom.htm

gruss birgit


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Piwi  
View profile   Translate to Translated (View Original)
 More options Jun 26 2000, 3:00 am
Newsgroups: microsoft.public.de.german.frontpage98
From: "Piwi" <nos...@to.me>
Date: 2000/06/26
Subject: Re: Webbot Komponenten
Hallo Mario, hallo Birgit :-)

"Mario Dose" <ossi...@aol.com> schrieb im Newsbeitrag
news:8j8em5$1cqc$1@ID-32299.news.cis.dfn.de...

> Hallo Dieter,

> > http://www.microsoft.com/intlkb/GERMANY/SUPPORT/KB/D33/D33550.HTM

> ist die deutsche Uebersetzung eines englischen Originals, welches wiederum
> die Webbotkomponenten in ihren Einzelheiten nicht eindeutig erklärt.

> Die Hilfe von Frontpage, einige Buecher zum Thema HTML und Frontpage, Das
> SelfHTML von Herrn Münz sagen zum Thema Webbot nur, dass es das gibt und
> dann hoert es auch schon auf.

Also ich habe nochmal etwas gegraben und im FP98- SDK nachfolgendes gefunden
. Ist es das, was Du suchst?

Gruß
Dieter

How WEBBOT Syntax Works
Designer HTML is built on the foundation of the WEBBOT pseudo-tag that we
have used since FrontPage 1.0 to implement our FrontPage components. This
specially formed WEBBOT tag is placed inside of an HTML comment tag, so that
web browsers simply ignore the information contained in the pseudo-tag,
while the FrontPage Editor can parse the WEBBOT comment tag and use the
information to provide a WYSIWYG authoring environment for that portion of
the HTML.
Spanning WEBBOT syntax takes the syntax we used for a few WebBot components
in FrontPage 1.1, and uses this syntax for all FrontPage components in
FrontPage 97 and FrontPage 98. We use the <!-- WEBBOT StartSpan --> syntax
for starting the component's declaration, and we add a <!--WEBBOT
EndSpan --> closing tag. This allows us to put our special WebBot attributes
inside the comment, while also producing HTML that is readable by any
browser.
Attributes on the WEBBOT Pseudo-Tag
To let the user specify the display characteristics of a block of unknown
HTML in the FrontPage Editor, we have three attributes on the WEBBOT
pseudo-tag. They are only valid when the StartSpan attribute is also
specified (can't use with EndSpan.) Also, when using Designer HTML, the BOT
attribute is always set to "HTMLMarkup". The new attributes are:
U-SRC=filename Points to an image file to use to display the unknown HTML
block in the FrontPage Editor. If the image is a file: URL on the local
machine then it will be automatically included into the web and the URL
adjusted to point to the version contained in the web.
Only image files are allowed for the U-SRC tag. Included HTML is not
allowed. If text is needed for display then it should either be encoded into
the image or the ALT attribute should be used instead of the U-SRC
attribute.
ALT=text Limited HTML text to show inside a rectangle in the FrontPage
Editor as the display for the unknown HTML block. If both U-SRC and ALT are
specified, then U-SRC is used in preference to ALT. Typically, however, only
one or the other would be specified. The set of allowed HTML tags in the ALT
attribute is detailed below.
TAG=text An optional attribute which specifies the tag level that the ALT
attribute should be entered as. You can specify any block-like HTML tag name
(without < > brackets) that is beneath the BODY tag. For instance, to have
the HTML entered into the document at the level of a <p> paragraph tag, use
TAG=p. Or to make it a heading, use TAG=h1. If omitted, it is inserted as a
text/character-level tag.
Here's an example:

<!--WEBBOT bot="HTMLMarkup" ALT= "<Font Size=+3><I>Foobar ISV Feature
Placeholder</I></FONT>" StartSpan -->

[## amazingly ugly ISV syntax that either a server pre-processor knows, or
that a new version of some web browser knows, but FrontPage doesn't ##]

<!--WEBBOT bot="HTMLMarkup" EndSpan -->

In this case the ALT attribute is specified for a simple textual display of
the unknown HTML.
Valid HTML tag subset for ALT attribute text
The set of tags usable in the ALT text is basically the set of tags that are
for character formatting, or those tags that generate objects that appear
inline with text. Tags that cause paragraph breaks or are for paragraph
formatting are not allowed.
The set of available tags is:
SUP, SUB
BIG, SMALL, FONT, B, CITE, CODE, DFN, EM, I, KBD, SAMP, STRIKE, STRONG, TT,
U, VAR, BLINK, MARQUEE
BR, IMG, A, OPTION, MAP, SELECT, INPUT, TEXTAREA, AREA, OBJECT, EMBED,
APPLET

Appearance of Designer HTML Representation in the Editor
Designer HTML appears either as an inline image or as inline text, depending
on whether the ALT or U-SRC attributes are used for the WEBBOT pseudo-tag.
If U-SRC is used, the pointed-to image is rendered at the full image
dimensions. If ALT is used then the marked-up and possibly formatted HTML
text is rendered inline with no additional visual embellishments.
The mouse pointer is changed to the standard WebBot cursor whenever the
cursor is moving or hovering over the Designer HTML image or text.
Selection in the editor treats the Designer HTML as a single unit to make it
easy to move this unknown HTML around the page via the standard editing
operations. If you want to edit the ugly unknown HTML tags that are carried
around by the WYSIWYG representation in the Editor, then you can just
double-click to get an editing dialog.
Inserting an Extension File and Importing Images
There are three main ways to get these extensions into FrontPage:
· Copy and Paste of the HTML (described in a section below)
· Insert File
· Drag and drop


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Greth \(MVP\)  
View profile   Translate to Translated (View Original)
 More options Jun 27 2000, 3:00 am
Newsgroups: microsoft.public.de.german.frontpage98
From: "Michael Greth \(MVP\)" <i...@teamx.com>
Date: 2000/06/27
Subject: Re: Webbot Komponenten
www.teamx.com
in der FAQ und unter http://www.teamx.com/press/fpbuch/ findest Du dazu
Infos

--

Beste Grüße
Michael Greth
Microsoft FrontPage MVP
Teamx Technology Scouts
www.teamx.com
i...@teamx.com

"Mario Dose" <ossi...@aol.com> schrieb im Newsbeitrag
news:8j8982$1ena$1@ID-32299.news.cis.dfn.de...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »