1. Is there a calendar chart/scheduler that looks like google calendar? We're using one provided with the 1C demo, but our client doesn't like the horizontal layout. (Google calendar is vertical)
2. If not, is there a way to insert a link (with a parameter) in the HTML, that would open a form of specific object? Normally I would have to provide the Key parameter with Reference - is it possible in HTML? If yes, then I think I can possibly create a calendar preview in HTML.
Looking forward to any tips and hints! (Or maybe gantt chart can be edited to be vertical?)
However when I click the link that's supposed to open a guide, there's something missing:
Code
{DataProcessor.Guide.Form.GuideForm.Form(17)}:
Error in (GetHTMLDocument)
RootElement = DataProcessors.Guide.GetTemplate("HomePage").GetHTMLDocument();
File not found
Inside that Template there is some kind of complicated link.
The good thing is that I can see how the onclick event is handled. Maybe I can open form with a "Key" parameter? I'm planning to generate HTML on the fly based on items fr om Catalog. In this case I can attach unique ID e.g. to the "rel" attribute of a link. Or somewh ere else. Do you have any suggestions?
Right now try the data processor, that I have attached to this message.
The complicated links that you mentioned are links to help pages. You need examples where links like v8:OpenForm=Document.GoodsReceipt.ObjectForm are used. For example in Managed Forms section of the Configuration Guide click GoodsReceipt link.