Suggestion: Add a Web Designer

Stimulsoft Reports.JS discussion
Post Reply
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Suggestion: Add a Web Designer

Post by hugo »

Suggestion: Add a Web folder next to Windows, Mac, Linux folders.

You only need to add a Web folder with a HTML file + designer css + reports.js + designer.js

HTML5 sample code:

Code: Select all

<!DOCTYPE html>
<html lang="en">

<head>
	<link href="reportengine/css/stimulsoft.designer.office2013.white.blue.css" rel="stylesheet">
</head>

<script src="reportengine/scripts/stimulsoft.reports.js" type="text/javascript"></script>
<script src="reportengine/scripts/stimulsoft.designer.js" type="text/javascript"></script>

<script type="text/javascript">
	var designer = new Stimulsoft.Designer.StiDesigner(null, "StiDesigner", false);
</script>

<body>
	<div>
		<script type="text/javascript">
			designer.renderHtml();
		</script>
	</div>
</body>

</html>
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Suggestion: Add a Web Designer

Post by HighAley »

Hello.

Thank you for the suggestion.
We will make changes in this way,

Thank you.
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Re: Suggestion: Add a Web Designer

Post by hugo »

Thank you.
I'm using Web Designer for now because there is an issue with Mac Designer and Web Designer works just fine.
By the way: I forgot to maximize the report by default of the provided sample and this is useful to avoid scrolls.

Thanks,
Hugo.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Suggestion: Add a Web Designer

Post by HighAley »

Hello, Hugo.

Could you describe how to reproduce the issue with Mac Designer?
What OS version do you use?

Thank you.
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Re: Suggestion: Add a Web Designer

Post by hugo »

Hello HighAley,

Of course.
There is already a thread specific for that issue.
OSX 10.11 (El Capitain).
This issue happens just with drag/drop a chart object from the toolbar to a report page.

I believe that this is something related with my OS that was an update from a previous version (I didn't have time to do a clean install).
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Re: Suggestion: Add a Web Designer

Post by Ivan »

Hello,

Unfortunately we can't reproduce this issue.
Can you reproduce this issue on another Mac, or this is appear only on your machine?

Thank you.
Post Reply