Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML Classes are not documented #364

Closed
imartincei opened this issue Oct 1, 2024 · 3 comments
Closed

HTML Classes are not documented #364

imartincei opened this issue Oct 1, 2024 · 3 comments

Comments

@imartincei
Copy link
Contributor

imartincei commented Oct 1, 2024

I noticed the example projects use some HTML classes for formatting, such as "ok" for green, "err" for errors, or "ref" for code references. An example of this is:
'<span class="err">This is an error</span>'

I was not able to find how to easily access these in the program, and I was not able to find a list of these classes in the documentation.

@rogandersson
Copy link

rogandersson commented Nov 25, 2024

I am also interested in this. So far I have come across:

<span class="ok">
<span class="err">
<span class="ref">

They are all great additions to built in formatting but not documented as far as I have seen. Are there more of these excellent classes?

@Proektsoftbg
Copy link
Owner

Hi!

All available classes you can use are included in this demo file:

https://github.com/Proektsoftbg/Calcpad/blob/main/Examples/Demos/Css%20classes.cpd

You can copy and resue the code.

@rogandersson
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants