LyToR
Постоялец
- Регистрация
- 11 Сен 2012
- Сообщения
- 146
- Реакции
- 150
- Автор темы
- #1
Для просмотра ссылки Войди
HTML Builder is a nifty little Javascript application which allows end-users to easily compose custom HTML designs using pre-defined HTML elements. The HTML Builder script comes with several sample HTML elements (the ones as displayed in the live demo), however the script really shines when used with your own custom HTML elements!
Custom elements are easily added, and the process is explained in the detail in the provided documentation (Для просмотра ссылки Войдиили Зарегистрируйся).
HTML Builder features
HTML Builder makes it extremely easy to configure the script with your own HTML template, allowing users to easily create custom pages! It’s very easy to integrate your own HTML elements (simply create the element files and configure the elements.json file, more details are included in the documentation).
Besides adding your own HTML elements, you can also easily configure which elements are allowed to be edited (CSS) by the user and which CSS attributes are editable. You can even go as far as specifying values from which the user can choose for certain CSS attributes (for example, COLOR can be either: red, black or yellow). HTML Builder allows for total flexibility and control!
Requirements
Are you an author selling HTML templates are you looking to provide your customers with an easy way to customise your products after purchasing it? HTML Builder makes integration with HTML templates extremely easy and your customer will the fact they can easily create their own custom pages using your designs!
THEMEFOREST AUTHORS WHO HAVE PURCHASED AN EXTENDED LICENSEARE ALLOWED TO BUNDLE HTML BUILDER WITH THEIR HTML TEMPLATES!
Custom elements are easily added, and the process is explained in the detail in the provided documentation (Для просмотра ссылки Войди
HTML Builder features
- build custom HTML pages using predefined HTML elements
- create your own custom HTML elements with ease
- integrates seamlessly with CSS frameworks (like Bootstrap, Foundation, etc)
- create multiple pages in one session
- edit CSS and links
- export the created pages (incl CSS, Javascript and images)
- basic editing of written content (only available for non IE browsers)
- beautiful add-on for HTML template authors!
HTML Builder makes it extremely easy to configure the script with your own HTML template, allowing users to easily create custom pages! It’s very easy to integrate your own HTML elements (simply create the element files and configure the elements.json file, more details are included in the documentation).
Besides adding your own HTML elements, you can also easily configure which elements are allowed to be edited (CSS) by the user and which CSS attributes are editable. You can even go as far as specifying values from which the user can choose for certain CSS attributes (for example, COLOR can be either: red, black or yellow). HTML Builder allows for total flexibility and control!
Requirements
- web server with PHP enabled (the export function requires PHP)
- browser to access the script
Are you an author selling HTML templates are you looking to provide your customers with an easy way to customise your products after purchasing it? HTML Builder makes integration with HTML templates extremely easy and your customer will the fact they can easily create their own custom pages using your designs!
THEMEFOREST AUTHORS WHO HAVE PURCHASED AN EXTENDED LICENSEARE ALLOWED TO BUNDLE HTML BUILDER WITH THEIR HTML TEMPLATES!
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
html_builder_1_3
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
html_builder_1_2
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
Попробовал поковырять Для просмотра ссылки Войди или Зарегистрируйся - так там посредством Фаербага или другого подручного средства можно заменить вот здесь:
на
То есть заменить disabled на enabled и кнопка экспорта заработает.
И пользоваться их сервисом без скачки и установки.
PHP:
<a href="#exportModal" id="exportPage" data-toggle="modal" class="btn btn-info btn-embossed pull-right disabnabled actionButtons"><span class="fui-export"></span> Export Site</a>
PHP:
<a href="#exportModal" id="exportPage" data-toggle="modal" class="btn btn-info btn-embossed pull-right enabled actionButtons"><span class="fui-export"></span> Export Site</a>
И пользоваться их сервисом без скачки и установки.
V1.5 - 2014-09-17
- images can now be used as thumbnails for the elements, significantly speeding up the load time of the script when using a large number of elements (both iframes AND images can be used)
- items inside elements can now be cloned, allowing users to easily add menu items, etc
- items inside elements can now be deleted by the user
- 13 new elements have been added
Emergency path 2014-09-14:
- reset now reset icon changes as well
V1.4 - 2014-09-13
- added missing tags to exported markup
- now allows for inline scripting (scripts within the body tags)
- added icon editing / integration with font-awesome
Emergency patch 2014-08-27:
- issue with file input widget on Chrome and Safari
v1.3 - 2014-08-27
- implemented image editing/uploading
Emergency patch 2014-08-13:
- issue with nested editable elements not being clickable
Emergency patch 2014-08-12:
- missing scroll inside the elements section on Chrome/Safari (OSX)
- escaped content when exporting (on older versions of PHP)
v1.2 - 2014-08-12
- implemented CSS editing and link editing
v1.1 - 2014-08-06
- improved export function; now exports entire site including CSS, JS and images
- images can now be used as thumbnails for the elements, significantly speeding up the load time of the script when using a large number of elements (both iframes AND images can be used)
- items inside elements can now be cloned, allowing users to easily add menu items, etc
- items inside elements can now be deleted by the user
- 13 new elements have been added
Emergency path 2014-09-14:
- reset now reset icon changes as well
V1.4 - 2014-09-13
- added missing tags to exported markup
- now allows for inline scripting (scripts within the body tags)
- added icon editing / integration with font-awesome
Emergency patch 2014-08-27:
- issue with file input widget on Chrome and Safari
v1.3 - 2014-08-27
- implemented image editing/uploading
Emergency patch 2014-08-13:
- issue with nested editable elements not being clickable
Emergency patch 2014-08-12:
- missing scroll inside the elements section on Chrome/Safari (OSX)
- escaped content when exporting (on older versions of PHP)
v1.2 - 2014-08-12
- implemented CSS editing and link editing
v1.1 - 2014-08-06
- improved export function; now exports entire site including CSS, JS and images
Последнее редактирование: