> I have put your code in the plugin itself and the EditSectionPluginPanel,
> but no luck.
> All I can change in the EditSectionPluginPanel is the cols and rows,
> everything else, I can change to anything I want, it is just being ignored.
> <div class="editor2"><textarea ...
> style="width:30em" style="height:30em" style="border:10" 
> style="font-family:Baskerville" style="font-size:10pt"

* Please do not edit the plugin code itself.  For more info, please
read TiddlyTools' "Terms of Use" section here: 
http://www.TiddlyTools.com/#LegalStatements

* The current version of EditSectionPlugin is: "1.6.3 06.05.2011"

* This version automatically creates a *shadow* tiddler called
[[EditSectionTemplate]] that contains the default HTML for the popup
editor form. If you are seeing/modifying [[EditSectionPluginPanel]],
then you have an *OLD* version of the plugin.

* You can edit the [[EditSectionTemplate]] to customize the form
layout/style.

* Use only ONE style="..." per HTML tag and separate multiple CSS
attributes with semi-colon (;), like this:
   style="width:30em;height:30em;border:10px;font-
family:Baskerville;font-size:10pt"
Note: I also corrected "border:10" to "border:10px" (the value MUST
have specific units, e.g., px, em, cm, or in)

* I already provide a means to customize the CSS styles for the
EditSection form, *without needing to modify the default shadow
definition in any way*.  You can easily modify the styles for controls
*within* the form, by creating new CSS rules in your [[StyleSheet]].

* The entire EditSection editor form is contained within a popup that
has "editSectionPanel" as an assigned class.  Thus, if you add a new
CSS rule to your [[StyleSheet]]:
   .editSectionPanel textarea {
      width:30em;
      height:30em;
      border:10px;
      font-family:Baskerville;
      font-size:10pt"
   }
it will be automatically applied to the display of the EditSection
popup form controls, without any extra fiddling about with the HTML
form shadow tiddler definition (or the plugin code, either!)

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
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/tiddlywiki?hl=en.

Reply via email to