Skip to content

Commit

Permalink
Dev: starting point interactive tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Oct 19, 2017
1 parent 21998ca commit 5d5459b
Show file tree
Hide file tree
Showing 9 changed files with 1,495 additions and 5 deletions.
2 changes: 1 addition & 1 deletion application/extensions/PanelBoxWidget/views/row_header.php
@@ -1,2 +1,2 @@
<div class="<?php echo $containerclass; ?> ls-flex">
<div class="<?php echo $containerclass; ?> ls-flex selector__lstour--mainfunctionboxes">
<div class="ls-flex ls-flex-row wrap <?php echo $orientation; ?> align-item-center text-center hidden-xs row-eq-height" >
4 changes: 0 additions & 4 deletions application/views/admin/templateoptions/_form.php
Expand Up @@ -8,10 +8,6 @@

<?php $form=$this->beginWidget('CActiveForm', array(
'id'=>'template-options-form',
// Please note: When you enable ajax validation, make sure the corresponding
// controller action is handling ajax validation correctly.
// There is a call to performAjaxValidation() commented in generated controller code.
// See class documentation of CActiveForm for details on this.
'enableAjaxValidation'=>false,
)); ?>

Expand Down

2 comments on commit 5d5459b

@maziminke
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to see that there will be an interactive tutorial! Is there some documentation at the manual already available? What will the tutorial cover? How will it work?

@lacrioque
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just visible in the first start modal and currently not customizable.
Documentation will follow shortly.
Further developement sees customizable user tutorials also, but thats for a later release

Please sign in to comment.