On Friday, March 13, 2015 at 3:43:14 AM UTC-7, AlexHough wrote:
>
> its back.. and it works. Here is the final code for $:/core/ui/SideBarLists
> Something went instantaneously very wrong when i removed the "/" from the 
> final </$keyboard>
>

That's because you were supposed to remove the "/" from the *end* of the 
OPENING <$keyboard ...../> sequence.

Here's the general syntax rule

A widget starts with
   <$nameofwidget .... params...>
and ends with
   </$nameofwidget>

Depending upon the specific widget, the content in between these two 
markers is used by the widget to produce it's output.

Some widgets don't produce output and don't need any contents.  In those 
cases, there is a shortened one-line syntax:
   <$nameofwidget .... params... />

The final "/" in the widget ends the definition right there, without needed 
a matching </$nameofwidget> marker.

This syntax usage is consistent with standard "XHTML Strict" handling for 
"void elements".

-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to