How to run webix doc locally

I wonder, why you don’t upload chm file automatically with each new release.

http://docs.webix.com/chm/webix_v30.zip

to get the latest version you can use

http://docs.webix.com/chm/webix.zip

Hi Maksim, I’m back with the same issue as mentioned before: due to ‘overflow: hidden;’ option hardcoded in all the pages, I cannot see the CHM properly on OSX.

Can this be permanently removed if it has no real benefit?

Thanks

Thanks! Although “search” functionality still broken

Hello again,

As mentioned before, could you please change the CSS option
overflow: hidden;
to
overflow: auto;
before packaging the CHM? Otherwise, the CHM is mostly unusable on OSX systems as there is no scrollbar.

I know the search is not working either, but at least I could browse the docs offline. Otherwise, I have to extract 11000+ files to use the html version of the documentation. For this version, I had to change the overflow option too.

Thanks.

OK, I will throw away the CHM option and use the static HTML version of the documentation. But where is the link to it?

http://docs.webix.com/html/webix.zip should point to the latest version, but currently it contains version 3.1.

Better yet, can I help you creating it? Is there a standard procedure for it?

Or can we use Madoka for the offline reading?

Thanks.

I see they already has a doc project here: GitHub - webix-hub/docs: Documentation for Webix UI ( sources of http://docs.webix.com )

Hi, @webix-team, how to download webix 4.0 doc?

Hi Webix team,

Let’s find a way to have the documentation locally stored with the options to get the updates. Let’s review the two options:

  • HTML format

  • CHM format

    • the ‘official’ link is http://docs.webix.com/chm/webix.zip
    • but this archive contains version 3.4
    • as I commented before, all the pages of this package
      contains ‘overflow: hidden;’ option hardcoded,
      and I cannot see the CHM properly on my OSX
      with any reader since there is no vertical scroll.

Thanks

Both CHM and HTML links are updated and point to Webix 4.0 docs.

The CHM package was updated and works fine on MacOs now ( was tested with CHM Reader )

The effort is really appreciated! I can confirm that CHM works fine on MacOS.

As a happy owner of a Pro license again, I thank you very much!

And please, don’t forget about the Webix Jet sample using Webpack and the WebixCRM related question or any other bigger Jet-based sample as a reference.

Hello! Could You update the archives with the files for the offline version of the help?

Hello @Evgeniy ,

Sure, sorry for the delay.
Both packages (chm and html) are updated to the version 5.1.

Thank you very much!

Hello! Documentation in html format is impossible to use. There is no field to enter a search query.

Search is supported only in the live documentation and in the CHM version ( as far as I can see there are free CHM viewers for all platforms )