We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

praeluceo

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • praeluceo
    Participant

    Thanks a lot, got it :)!

    praeluceo
    Participant

    kdv77kd thx a lot, sincerely thank you for all the great help you’re providing around the forum!
    I understand now my error, great explanation. I was basically storing the values of my variables inside the array, instead of actually storing the variables themself (which I guess are always stored as references in Javascript when put inside of an array). Still a long way to go learning Javascript, but it’s a lot of fun :)

    in reply to: Multi-line annotation styling #56164
    praeluceo
    Participant

    Ahhh, gotya! Thank a lot again, perfect ))!

    in reply to: Multi-line annotation styling #56162
    praeluceo
    Participant

    Me bad, figured it out -thx for your last example.
    I’ve been trying to put the whole text in the “annotation” field, which apparently doesn’t work – but inside the “with:” area the styling works. Thanks a lot again for help!

    in reply to: Multi-line annotation styling #56159
    praeluceo
    Participant

    I’ll try to explain better what my problem is. Please have a look at the image attached. I’ve created a brand new project to demonstrate the problem.
    The code in the puzzle is:
    <strong>Lorem ipsum</strong><br>Second line<br>Third line
    The result is, that the second and third line are not within the style of the first line.
    Is there any way to style the second and the third line the same way as the first one?
    Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Multi-line annotation styling #56155
    praeluceo
    Participant

    kdv77kdv thx for the reply,
    yes indeed, the annotation dialog becomes multi-lined automatically.
    But what if I need to put an HTML line break within (see my example image from the original post), like <br>- or <p>-tag?

    in reply to: Multi-line annotation styling #56148
    praeluceo
    Participant

    Hi Mikhail,
    thanks for the quick reply.
    I’ve tried to set the same styling for both “.v3d-annotation” and “.v3d-annotation-dialog”, but without any luck.

    .v3d-annotation {
    border-radius: 0px;
    background: rgba(0, 255, 0, 0.8);
    }

    .v3d-annotation-dialog{
    border-radius: 0px;
    background: rgba(0, 255, 0, 0.8);
    }

    [you wrote “.v3d-dialog css”, though it isn’t described here:
    Styling Annotations
    so, is “.v3d-dialog” valid?]

    .v3d-dialog{
    border-radius: 0px;
    background: rgba(0, 255, 0, 0.8);
    }

    Is there any specific CSS I’m missing?
    Thanks a lot!

Viewing 7 posts - 1 through 7 (of 7 total)