Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Orion editor height problem

Here are a couple of snippets that may help you.  Basically, you need to set the height CSS property of the editor parent.

Silenio

https://orion.eclipse.org/examples/editor/edit.html
https://orion.eclipse.org/examples/editor/splitEdit.html



From:        Mickaël Leduque <mickael.leduque@xxxxxxxxx>
To:        Orion developer discussions <orion-dev@xxxxxxxxxxx>,
Date:        07/17/2014 08:34 AM
Subject:        [orion-dev] Orion editor height problem
Sent by:        orion-dev-bounces@xxxxxxxxxxx




Hi,

I have a strange behaviour of the orion editor (pure _javascript_ editor embedded in a web page). Its height seems to be set to 50px even when the parent element is much bigger.

I didn't find anything in the jsdoc (https://orionhub.org/jsdoc/index.html) that tells me how to have it use the whole space (something like min-height:fill-available). Or maybe to resize itself.

Doe someone have an idea ?

Mickaël_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev

Back to the top