Login Register

rendering

Grid not rendering after appending to programmaticaly created 'div'

Hi, I have the problem described in the subject, code:

aaa

@import "./scripts/dojoRoot/dijit/themes/soria/soria.css";
@import "./scripts/dojoRoot/dojo/resources/dojo.css";
@import "./scripts/dojoRoot/dojox/grid/resources/soriaGrid.css";
.heading {
font-weight: bold;
padding-bottom: 0.25em;
}

#grid {
border: 1px solid #333;
width: 50em;
height: 30em;
}

Rendering HTML and Javascript

Hi,

i have a big problem. I must create with dojo static websites.

Explanation:
I have generated a dynamic web application with dojo. But now i got a request to optimize the page for a search engine. I can't use jaxer on the server, so i can't render it on server side.

Question:
Is it possible to generate static files for a search engine during the dojo build process with rino?

I hoooooooooooope somebody can help me.

Cheers

Syndicate content