Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Royb-New user on Aug 17, 2009 10:12
open dhtmlx forum
tutorial issues

here is code from the tutorial page: dhtmlx20_tutorial/index.html

 

function doOnLoad(){

myLayout = new dhtmlXLayoutObject(document.body, "2U", "dhx_blue");

I get an error stating "dhtmlXLayoutObject is undefined". 

 

where can I find a file with the complete code of an example?  I keep hitting roadblocks. The examples don't work and now the tutorial does not work either.....  ;o(

 

 

thanks,

Roy

Answer posted by Support on Aug 17, 2009 10:16
If you are using compiled dhtmlx.js - all necessary js files are included in it, just be sure that you are providing correct path to dhtmlx.js ( file can be taken from full suite package, both pro and standard ) 
Answer posted by RoyB on Aug 17, 2009 10:20

I have placed all of the files in the same directory to make sure they are getting opened.

<html>

<head>

<title>AJAX Application</title>

<script src="dhtmlx.js"></script>

<link rel="STYLESHEET" type="text/css" href="dhtmlx.css">

</head>

 

 

 

Answer posted by Alex (support) on Aug 18, 2009 02:39