text = $("view").children(".Structure").children("diagram-model-note").first().text;
blueprint=$(".Structure").first();
elements=$(blueprint).children();
elements.each(e => {
console.log("> "+ e + "("+e.text+")");
console.log("> "+ e + "("+e.content+")");
console.log("> "+ e + "("+e.documentation+")");
});
Quote from: FredFlintstone on March 05, 2025, 12:46:00 PMIs there a way to do this without having to roundtrip the png file to an external file and then back into the Image property of the visual element of a View reference.
Quote from: risc12 on March 04, 2025, 10:05:24 AMBtw, should I mark the thread as solved or something?
Quote from: Alberto on March 03, 2025, 21:26:55 PMI'd like to keep the conversation here for now as I think this is an open and broad topic
Quote from: Alberto on March 03, 2025, 21:26:55 PMAlso, I find this forum has a lot more history than the ArchiMate Community forum