On Saturday, December 7, 2019 at 2:59:56 AM UTC+3:30, Damon Pritchett wrote:
>
> One more question. I would like the table text to be smaller than default. 
> How would I specify that in the tblClass area? Asked another way, what CSS 
> classes could I use  to control other aspects of the dynamic tables?
>
>
This is possible

Open
$:/plugins/kookma/shiraz/macros/dtables-display-extrecord


and replace the content with

\define display-extended-record()
<td colspan=<<ncols>> >
<$tiddler tiddler=<<currentRecord>> >
<$list filter="[<tempTableEdit>getindex[mode]match[edit]]" variable=ignore
  emptyMessage="""<div style="font-size:0.8em"><$transclude 
tiddler=<<currentRecord>> field=text mode=block/></div>""" >
  <$edit-text class="tbl-inpt-edit" tiddler=<<currentRecord>> field="text" 
tag=textarea/>
</$list>
</$tiddler>
</td>
\end


Note to

<div style="font-size:0.8em">

 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b708a413-b548-4ebe-adef-c803af2c0529%40googlegroups.com.

Reply via email to