2
votes
1answer
21 views
Global CSS on non-existant element
Does defining CSS style in the global block for an element that does not yet exist work? For example, if you have:
global {
css <<
#newDiv {
padding: 10px;
…
2
votes
1answer
41 views
KRL action to change CSS properties
I recently wrote an app that changes CSS properties of objects on in the page. I just did it using emitted JavaScript, like this:
$K("#leftnav").css("display", "none");
$K("#cente …
3
votes
3answers
91 views
Effective way to ensure CSS consistency on my Kynetx app?
How can I ensure that my Kynetx app looks the same no matter what page or domain it gets run on?
1
vote
1answer
55 views
Emiting HTML in a notify message?
Hi everybody!
I'm a new intern at Kynetx, and I haven't had much experience actually writing KRL. But I have taken classes in C++ and C#, HTML, and CSS. On my own I have learned a …
0
votes
1answer
64 views
Clean easy way to inject CSS into page?
What is a super easy and clean way to inject CSS into a page where a Kynetx rule is fired?
