TW%

68 views
Skip to first unread message

Sergio Rolim

unread,
Oct 8, 2014, 8:50:02 AM10/8/14
to tiddl...@googlegroups.com
how can I hide  rows in TW5, twc wore "/%examples%/". thanks.

Jeremy Ruston

unread,
Oct 8, 2014, 9:03:41 AM10/8/14
to TiddlyWiki
Hi Sergio

In TW5, you can insert comments that will not be rendered with this syntax:

<!-- example of a comment -->

Best wishes

Jeremy

On Wed, Oct 8, 2014 at 1:50 PM, Sergio Rolim <ser...@gmail.com> wrote:
how can I hide  rows in TW5, twc wore "/%examples%/". thanks.

--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.



--
Jeremy Ruston
mailto:jeremy...@gmail.com

Sergio Rolim

unread,
Oct 8, 2014, 9:49:34 AM10/8/14
to tiddl...@googlegroups.com
Thanks.​

Att,,   

Sergio Rolim.
DT - Proj Vivo - BA/SE
Tel: (79) 9819 1255
skype: sergi...@live.com             
           

--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/CGUdShnPYGs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.

Sergio Rolim

unread,
Oct 8, 2014, 12:29:54 PM10/8/14
to tiddl...@googlegroups.com
because the code does not work, where is the error?

<table> 
            <tr> 
                <td id="um">reembolso</td> 
            </tr> 
            <tr> 
                <td id="dois"> aluguel carro</td> 
            </tr> 
            <tr> 
                <td id="tres">50</td> 
            </tr> 
        </table>
        <input type="button" onclick="$('#dois').hide()" />

Att,,   

Sergio Rolim.
DT - Proj Vivo - BA/SE
Tel: (79) 9819 1255
skype: sergi...@live.com             
           

Jeremy Ruston

unread,
Oct 8, 2014, 12:33:05 PM10/8/14
to TiddlyWiki
Hi Segio

On Wed, Oct 8, 2014 at 5:28 PM, Sergio Rolim <ser...@gmail.com> wrote:
because the code does not work, where is the error?
        <input type="button" onclick="$('#dois').hide()" />

The problem here is that TiddlyWiki doesn't allow inline JavaScript event handlers. Nor does it include or require jQuery, which is being used in that fragment of JavaScript.

In TiddlyWiki you'd use the button and reveal widgets to show or hide content. Can you describe what you are trying to accomplish?

Best wishes

Jeremy
Reply all
Reply to author
Forward
0 new messages