xtreme1 Wrote:Anyone have the focusMorph field working? I'm trying to use it hereI'm not really sure what you're trying to do(sorry V_V) but i dont think that the focusMorph thing works like that. if you mean the highlight thing, then changes it to this
<span id="expression-content">{{focusMorph:kanji:Expression}}</span>
From the video it seems the focusMorph ought to get filled out to things based on the k+N field, and set an html property that you can catch in css like this:
[mtype=unknown]{
color: black !important;
}
What am i missing? morphman is reording for me so i assume my configuration is right.
<span id="expression-content">{{morphHighlight:kanji:Expression}}</span>
if you really want focusMorph then removes the ":kanji:Expression" text.
<span id="expression-content">{{focusMorph}}</span>
