Completed

Easyui + bootstrap grid system

Published on the November 17, 2016 in IT & Programming

About this project

Open

Alteracao no pluguin jquery easeui (http://www.jeasyui.com/documentation/combobox.php) para adaptar os componentes de entrada (input) ao system grid do bootstrap.

Ex:
<div class="row">
    <div class="form-group row col-xs-12">
        <label for="example1" class="col-xs-2 col-form-label">example1</label>
        <div class="col-xs-10">
            <input class="form-control" type="text" value="" id="example1">
        </div>
    </div>
    <div class="form-group row col-xs-12">
        <label for="example2" class="col-xs-2 col-form-label">example2</label>
        <div class="col-xs-10">
            <input class="form-control" type="text" value="" id="example2">
        </div>
    </div>
    <div class="form-group row col-xs-12">
        <label for="example3" class="col-xs-2 col-form-label">example3</label>
        <div class="col-xs-10">
            <select class="easyui-combobox" name="dept" id="example3">
                  <option value="aa">aitem1</option>
                  <option>bitem2</option>
                  <option>bitem3</option>
                  <option>ditem4</option>
                  <option>eitem5</option>
            </select>
        </div>
    </div>
</div>

Observacao:
O tamanho do campo na tela dos elementos do easyui normalmente sao definidos pelo "style" conforme abaixo:
<select id="cc" class="easyui-combobox" name="dept" style="width:200px;">
    <option value="aa">aitem1</option>
    <option>bitem2</option>
    <option>bitem3</option>
    <option>ditem4</option>
    <option>eitem5</option>
</select>

podendo variar para percentagens:
style="width:100%;"

Mais informacoes contate comigo

Category IT & Programming
Subcategory Web development
What is the scope of the project? Small change or bug
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
Experience in this type of projects Yes (I have managed this kind of project before)
API Integrations Other (Other APIs)
Roles needed Designer, Developer, Other
Other roles needed Pequenas rotinas e adaptacoes de plugins jquery, php, bootstrap, codeigniter.

Delivery term: November 24, 2016

Skills needed

Other projects posted by J. S.