Search Results

Type: Posts; User: Saman

Search took 0.01 seconds.
  1. I upload all file in github

    https://github.com/saman-hosseini/Ext-Jalali
  2. using System.Collections.Generic;
    using System.ComponentModel;
    using System.Drawing;
    using System.Web.UI;

    namespace Ext.Net
    {
    [ToolboxItem(false)]
    [ToolboxBitmap(typeof(JalaliDate),...
  3. Ext.net v2.2
    .Net Framework v4.5
    My Direct Method



    [DirectMethod]
    public static Panel AddTab(int postId)
    {
    var pnlEditPost = new Panel
  4. in my usercontrol


    <Listeners>
    <Command Handler="if (command === 'Edit') { SepanoApp.addTab(record.data.PostId); }" />
    </Listeners>


    in my main page
Results 1 to 4 of 4