Answer the question
In order to leave comments, you need to log in
How to get the data and populate the object?
Hello! There is a javascript client that fills certain areas on the site with content. Filling occurs, approximately, as follows:
this.data.text = data.text;
this.textArea.setValue(this.data.text);
window.data = {
"text" = {},
....
}
Answer the question
In order to leave comments, you need to log in
When loading a page, you can generate it on the server. This includes this design:
<script>
window.data = {
...
};
</script>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question