Forum Replies Created

Viewing 11 posts - 31 through 41 (of 41 total)
  • Author
    Posts
  • in reply to: CHANGE ASPECT BUTTON CHANGE ASPECT BUTTON #85982

    pepe
    Participant

    thanks for the reply Christopher.


    pepe
    Participant

    Hi , thanks for the reply , but I want to do with jqxPasswordInput what he does jqxInput , but not achievement. not if it can be done or am doing something wrong.

    <!DOCTYPE html>
    <html lang=”en”>
    <head>
    <link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.base.css” type=”text/css” />
    <script type=”text/javascript” src=”../../scripts/jquery-1.11.1.min.js”></script>
    <script type=”text/javascript” src=”../../jqwidgets/jqxcore.js”></script>
    <script type=”text/javascript” src=”../../jqwidgets/jqxpasswordinput.js”></script>
    <script type=”text/javascript” src=”../../jqwidgets/jqxbuttons.js”></script>
    <script type=”text/javascript”>
    $(document).ready(function () {
    $(“#input”).jqxpasswordinput({
    height: 23,
    width: 250,
    });

    $(“#search”).click(function () {
    var value = $(“#input”).val();
    alert(“Searching for: ” + value);
    });

    });

    </script>

    </head>

    <body>
    <div id=’content’>
    <div id=”input”>
    <input type=”password”/>
    <div id=”search”>
    search
    </div>
    </div>
    </div>
    </body>
    </html>

    in reply to: remove rounded edge remove rounded edge #69724

    pepe
    Participant

    thanks for the responses Nadezhda.

    in reply to: remove rounded edge remove rounded edge #69605

    pepe
    Participant

    thanks for the responses Nadezhda removeClass ( ” JQX -rc -all” ) works great , but such as I can remove just the rounded edges on the left side ( top and bottom) . thank you.

    in reply to: Color change edges Color change edges #69554

    pepe
    Participant

    thanks for the reply Nadezhda

    in reply to: Navigation bar Color Change Navigation bar Color Change #69485

    pepe
    Participant

    sorry I was wrong and not as remove

    in reply to: Navigation bar Color Change Navigation bar Color Change #69482

    pepe
    Participant

    good afternoon, I wonder how I can change the corlor the edges of the headers. I tried with css but I can not do.

    <!DOCTYPE html>
    <html lang=”en”>
    <head>
    <meta name=”keywords” content=”jQuery Accordion, Expander, Toggle Bar, Expander Bar, Navigation Bar, Accordion, jqxNavigationBar, jqxExpander” />
    <meta name=”description” content=”jqxNavigationBar has a built-in mode which allows you to have multiple expanded
    items. In order to enable this mode, you need to set the ‘expandMode’ property to
    ‘multiple'” />
    <meta charset=”utf-8″ />
    <title id=’Description’>jqxNavigationBar has a built-in mode which allows you to have
    multiple expanded items. In order to enable this mode, you need to set the ‘expandMode’
    property to ‘multiple’ </title>
    <link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.base.css” type=”text/css” />
    <script type=”text/javascript” src=”../../scripts/jquery-1.11.1.min.js”></script>
    <script type=”text/javascript” src=”../../scripts/demos.js”></script>
    <script type=”text/javascript” src=”../../jqwidgets/jqxcore.js”></script>
    <script type=”text/javascript” src=”../../jqwidgets/jqxnavigationbar.js”></script>
    <script type=”text/javascript”>
    $(document).ready(function () {
    // Create jqxNavigationBar.
    $(“#jqxNavigationBar”).jqxNavigationBar({ width: 300, expandMode: ‘multiple’, expandedIndexes: [2, 3]});
    });
    </script>
    </head>
    <body>
    <div style=’width: 300px;’ id=’jqxWidget’>
    <div id=”jqxNavigationBar”>
    <div>
    <div style=’margin-top: 2px;’>
    <div style=’float: left;’>
    Mail</div>
    <div style=’margin-left: 4px; float: left;’>
    Mail</div>
    </div>
    </div>
    <div>

    </div>
    <div>
    <div style=’margin-top: 2px;’>
    <div style=’float: left;’>
    Mail</div>
    <div style=’margin-left: 4px; float: left;’>
    Contacts</div>
    </div>
    </div>
    <div>

    </div>
    <div>
    <div style=’margin-top: 2px;’>
    <div style=’float: left;’>
    Mail</div>
    <div style=’margin-left: 4px; float: left;’>
    Tasks</div>
    </div>
    </div>
    <div>

    </div>
    <div>
    <div style=’margin-top: 2px;’>
    <div style=’float: left;’>
    Mail</div>
    <div style=’margin-left: 4px; float: left;’>
    Notes</div>
    </div>
    </div>
    <div>

    </div>
    </div>
    </div>
    </body>
    </html>

    in reply to: background modal windows background modal windows #69268

    pepe
    Participant

    and saw the solution

    in reply to: resizing panels resizing panels #68893

    pepe
    Participant

    THANKS FOR THE ANSWER NADEZHDA . A GREETING

    in reply to: resizing panels resizing panels #68827

    pepe
    Participant

    Nedezhda thanks for the response. The problem I have sulucionado height.
    But my other question is that when you move the window windows do not fit the width of the panel but is the width of the fit to the width of the window.

    Sorry if I repeat the questions, but I need this using a translator for translations and sometimes are not very good.

    A greeting.


    pepe
    Participant

    Hi Dimitar, the answer was perfect. a greeting

Viewing 11 posts - 31 through 41 (of 41 total)