-
I am trying to write a plugin, but i can't find documents about |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
that part is not documented, but exposed because can be handy. what kind of dialog are you trying to get? |
Beta Was this translation helpful? Give feedback.
-
Thans for your reply! |
Beta Was this translation helpful? Give feedback.
-
html as a string is not supported. |
Beta Was this translation helpful? Give feedback.
-
i will consider something easier for the future |
Beta Was this translation helpful? Give feedback.
html as a string is not supported.
HFS is using React. In React you build every dom node. You must use function HFS.h to do that:
HFS('b', {}, 'test')