Modify this: TiddlerViewMethods
you will see this:
return this.renderUtil(
'{{tickler{'+
'%1'+
'<<singleToggleTag tag:Starred title:[[%0]]>>'+
'<<dateChooser [[%0]]>>'+
' [[%0]]'+
'<<deleteTiddler [[%0]]>>'+
'}}}'+
'{{notesLink{<<showNotesIcon [[%0]]>>}}}'+
' %2',
[
this.title,
doneControl.format([this.title]),
pLink
]
);
On Tuesday, June 19, 2012 1:34:41 PM UTC-7, DmitriyK wrote:
>
> Greetings!
>
> Been using mGSD for a few months. I would like to modify it look via CSS,
> but I'm not a programmer so I dont understand the code mGSD is written...
> Havent found any good tutorials too. So here's the question.
>
> In mgtdList (for ticklers or action lists) the output is like
> *<span class="innerlist>
> *
>
> *<span class="tickler">
> **<span class="notesLink"></span>
> **<span class="projLink">
> **<br>
> **<span class="tickler">
> **<span class="notesLink"></span>
> **<span class="projLink">
> **<br>*
>
>
> and so on.
> A tickler (for instance) span contains:
> *<span class="tickler">
> *
>
> *<input class="chkOptionInput" type="checkbox">
> <a class="button Starred off" href="javascript:;" title="Starred">★</a>
> <input class="dateBox">
> <span> </span>
> <a class="tiddlyLink tiddlyLinkExisting" href="javascript:;" title="..."
> refresh="link" tiddlylink="...">...</a>
> <a class="deleteTiddlerButton" href="javascript:;" title="Delete tiddler
> ...">×</a>*
>
> *</span>*
> I would like to split those: input, star button and datebox to CONTAINER
> #1, and tiddler title, delete button, notes and project/contact links -- to
> another one CONTAINER #2.
>
> Can I do anything to do something like that without rewriting all the
> mGSD? :)
>
--
You received this message because you are subscribed to the Google Groups "GTD
TiddlyWiki" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/gtd-tiddlywiki/-/0E5_1eSQCnUJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/gtd-tiddlywiki?hl=en.