childButton.children = this.wiki.parseText(
"text/vnd.tiddlywiki",
newLabel,
{parseAsInline: true}
).tree;
childButton.refresh();childButton.refreshSelf();--
You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikide...@googlegroups.com.
To post to this group, send email to tiddly...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/d2e86207-ab3c-4809-b1d9-d10697269c17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikide...@googlegroups.com.
To post to this group, send email to tiddly...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/0c3b5028-7de2-41ba-a711-320d20a06b4b%40googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/BLU436-SMTP745D94FAE47BB0677EE933CEEC0%40phx.gbl.
Again, it would be useful to see some code :)
Again, it would be useful to see some code :)
Sticky1: <$appear>
<$edit-text tiddler="MyTarget"/>
</$appear>
Sticky2: <$appear>
<$edit-text tiddler="MyTarget2"/>
</$appear>Would it not be preferable to automatically generate a unique state reference by default each time the widget is used?Is it necessary to refresh the widget after each keystroke?
// Any children changed?if(!this.handle && this.refreshChildren(changedTiddlers)) { // Refresh the appear widget => needed for lack of core support for absolute popups this.refreshSelf(); return true;}For now, I think I will need to skip "remote handlers" so long as PR 2128 is not merged and available with the next release.
<$appear button absolute popup state="$:/state/foo" class="bar" tooltip="baz">label</$appear>Would it not be preferable to automatically generate a unique state reference by default each time the widget is used?
Is it necessary to refresh the widget after each keystroke?
What I could also do is discard using the ButtonWidget altogether and only replicate the subset of code I need with: