Vegetam/BootstrapPageGenerator

add new grid

Closed this issue · 3 comments

Hello ,
when I try to make personalized grid, it does not work.

example: 2 2 2 2 2 2

Hi, If you try this piece of code works :

   <div class="lyrow ui-draggable">
                <a href="#close" class="remove label label-important"><i class="icon-remove icon-white"></i>Remove</a> <span class="drag label"><i class="icon-move"></i>Drag</span>
                <div class="preview">
                  <input value="2 2 2 2 2 2" type="text">
                </div>
                <div class="view">
                  <div class="row-fluid clearfix">
                    <div class="col-xs-2 column"></div>
                    <div class="col-xs-2 column"></div>
                    <div class="col-xs-2 column"></div>
                    <div class="col-xs-2 column"></div>
                    <div class="col-xs-2 column"></div>
                    <div class="col-xs-2 column"></div>
                  </div>
                </div>
              </div>

Hi ,

thanks you.

Best regards


De : Francesco Malagrino notifications@github.com
Envoyé : mardi 11 octobre 2016 09:48
À : Vegetam/BootstrapPageGenerator
Cc : babyss69; Author
Objet : Re: [Vegetam/BootstrapPageGenerator] add new grid (#18)

Hi, If you try this piece of code works :

Remove Drag

You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/18#issuecomment-252863674, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVqWZraeiHmaZl2JUdxbG36P9TbVJqv0ks5qy1t9gaJpZM4KRzWi.

No problem at all

Best regards