Replies: 8 comments
-
I'm not sure I understand your question. Generally, I don't think there are any online rcss editors, but you might get decent results with any css editor. Also take a look at the faq documentation on hot reloading. |
Beta Was this translation helpful? Give feedback.
-
I am just starting with RmlUi, so there are many things I am not familiar with. CSS editor may not meet my needs. I think, to build a “what you see is what you get” UI editor, we need to solve at least the following problems:
|
Beta Was this translation helpful? Give feedback.
-
Looking through the code, the DebuggerPlugin is a bit like what I want |
Beta Was this translation helpful? Give feedback.
-
I want to be able to drag and drop onto the form in Edit mode. Is there any way to do that other than setting handle-move_target? |
Beta Was this translation helpful? Give feedback.
-
All of these things should be perfectly doable using the library and a bit of programming. There's no magic to it, just need to interface with the library. I think starting with the debugger plugin would be a nice place to start indeed, and then you can keep adding more features to edit and modify the contents. There are many RCSS solutions for a given layout, so you have to think about how to generate that as well. We have pretty good drag and drop support with events, so make sure to read the documentation and drag tutorial and it should be a breeze! Make sure to post some results when things start to come together! :) |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. I have modified the example of DROP
Realize the control random position of drag and drop, but the coordinates have a certain error, it seems that also need to subtract some distance |
Beta Was this translation helpful? Give feedback.
-
Alright, looks like you're making good progress. |
Beta Was this translation helpful? Give feedback.
-
There is a simple demo available. |
Beta Was this translation helpful? Give feedback.
-
RmlUi are there any portals provided to edit widgets on the interface conveniently and save the layouts of the widgets? My purpose is to make a UI Editor.
Beta Was this translation helpful? Give feedback.
All reactions