Any word on MVC sample?

Page 2 of 2 FirstFirst 12
  1. #11

    RE: Any word on MVC sample?

    Changing theme doesn't apply to some of the grids and windows.
    I'll add the functionality.


    Geoffrey McGill
    Founder
  2. #12

    RE: Any word on MVC sample?

    I've downloaded the MVC sample from the svn link . Where can I get the 3 dependencies:

    Coolite.Ext.Web (The 0.7 version doesn't seem to be the correct version)
    Coolite.Utilities
    Newtonsoft.Json

    We would like to evaluate Coolite for a new MVC based project.

    Thanks,

    Tim Marks
    Digiop Technologies
    www.digiop.com
  3. #13

    RE: Any word on MVC sample?

    Hi Tim,

    See this post: http://forums.ext.net/showthread.php?postid=10622.aspx.

    I have the same question.
  4. #14

    RE: Any word on MVC sample?

    Hello,
    We exploring a possibility to work with MVC framework.

    I'm not sure what is the logic in publishing MVC example with 0.8 version that no one have...

    Does the fact that the example works with 0.8 means that current 0.7 version can't work with MVC or you just worked with 0.8 for fun?

    Is there a release date for 0.8?

    Hope you will be able to help me with my questions.

    Thanks,

    Vlad
  5. #15

    RE: Any word on MVC sample?

    <div class="forum-post">
    hi everybody, this is my first message.
    today
    i had tried the put the MVC's default logon page inside an ext:window,
    but i'm new in coolite and asp.net(until i finish my asp.net training
    =] )


    <div class="forum-code">
    <asp:Content ID="loginContent" ContentPlaceHolderID="MainContent" runat="server">
    <ext:ScriptManager ID="ScriptManager1" runat="server" Theme="Gray">
    </ext:ScriptManager>
    <ext:Button ID="Button1" runat="server" Text="Show Window" Icon="Application">
    <Listeners>
    <Click Handler="#{Window1}.show();" />
    </Listeners>
    </ext:Button>

    <ext:Window
    ID="Window1"
    runat="server"
    Title="Hello World!"
    Height="175px"
    Width="300px"
    BodyStyle="padding: 6px; background-color: #fff;"
    Collapsible="True"
    Modal="True"
    Icon="Application" AutoShow="True">


    <Body>
    <h2>Log On</h2>
    <p>
    Please enter your username and password. <%= Html.ActionLink("Register", "Register") %>
    if you don't have an account.
    </p>
    <%= Html.ValidationSummary() %>

    <% using (Html.BeginForm()) { %>

    <fieldset>
    <legend>Account Information</legend>
    <p>
    <label for="username">Username:</label>
    <%= Html.TextBox("username") %>
    <%= Html.ValidationMessage("username") %>
    </p>
    <p>
    <label for="password">Password:</label>
    <%= Html.Password("password") %>
    <%= Html.ValidationMessage("password") %>
    </p>
    <p>
    <%= Html.CheckBox("rememberMe") %> <label class="inline" for="rememberMe">
    Remember me?</label>
    </p>
    <p>
    <input type="submit" value="Log On" />
    </p>
    </fieldset>


    <% } %>
    </Body>
    </ext:Window>
    </asp:Content>




    result: the windows just does not appear .. lol, I do not know, but I think I'm going the right direction, am I?

    thanks! i loved the coolite project!










    <div class="forum-post-footer">











    ah, sorry, my English is very bad when I'm sleepy
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 12
    Last Post: Dec 17, 2013, 3:42 AM
  2. Use a Word document
    By Coroner in forum 1.x Help
    Replies: 1
    Last Post: Jun 28, 2012, 9:33 PM
  3. [CLOSED] v2.x : meaning of the word 'Beta'
    By CPA1158139 in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Mar 27, 2012, 11:43 AM
  4. Word File preview way
    By gayancc in forum 1.x Help
    Replies: 2
    Last Post: Nov 12, 2011, 5:44 PM
  5. copy paste from ms word
    By [WP]joju in forum 1.x Help
    Replies: 0
    Last Post: Aug 20, 2010, 7:30 AM

Posting Permissions