You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This element is a piece of text that can be editable using HTML contenteditable capabilities.
Early conclusion: contenteditable needs a wysiwyg or markdown editor.
The browser built-in feature is very simple and don't allow to edit text elements properly.
In this layer I can mess around XML nodes and turn into HTML using a XSL template:
Place <xsl:apply-templates select="data/element[@id = 'element-id']" mode="mode-name"/> where in HTML you want to show this element data. Usage sample: index.xsl#L17-L19
This element is a piece of text that can be editable using HTML
contenteditable
capabilities.XML
XSL
Place
<xsl:apply-templates select="data/element[@id = 'element-id']" mode="mode-name"/>
where in HTML you want to show this element data. Usage sample: index.xsl#L17-L19Template being applied:
HTML
CSS
JS
The text was updated successfully, but these errors were encountered: