[CLOSED] Function Not Found In Sencha Documentation

  1. #1

    [CLOSED] Function Not Found In Sencha Documentation

    Hi
    I inspect a RowExpander with fire bug .

    @X.Button().Listeners(l=>{l.Click.Handler="console.log(App.r1)";})
    .Plugins(
                    Html.X().RowExpander()
                    .ID("r1")
                        .Loader(Html.X().ComponentLoader()
                            .Mode(LoadMode.Data)
                            .Url(Url.Action("GetData"))
                            .LoadMask(mask => mask.ShowMask = true)
                            .Params(
                                new
                                {
                                    company = JRawValue.From("this.record.data['company']"),
                                    index = JRawValue.From("this.grid.store.indexOf(this.record)")
                                }
                            )
                        )
                        .TemplateHtml(@<text>
                            <span class="template">
                               Company: {company}, Row â„–: {index}, Server Date: {time}
                            </span>
                        </text>)
                )
    and get the bellow image from fire bug console.I see in console

    Click image for larger version. 

Name:	1.png 
Views:	23 
Size:	23.9 KB 
ID:	23936


    $className "Ext.ux.RowExpander"
    alias ["plugin.rowexpander"]

    and also found a function getExpanded(),but in documentation I not found. I try

    http://docs.sencha.com/extjs/4.2.1/#...ux.RowExpander
    http://docs.sencha.com/extjs/4.2.1/#...in.RowExpander

    can you please help me to find the function documentation.

    can you also give me some tips how to find documention about functions or any other things in 4.2.1 in sencha
    Last edited by Daniil; May 05, 2015 at 3:31 PM. Reason: [CLOSED]
  2. #2
    Hi @matrixwebtech,

    The getExpanded function is defined in Ext.NET.
    http://svn.ext.net/premium/branches/...RowExpander.js

    can you also give me some tips how to find documention about functions or any other things in 4.2.1 in sencha
    The Sencha docs and the JavaScript sources are the best resources.
  3. #3
    ooo,thats why many times I could not find some functions visible in fire bug console but not present in sencha doc.
    now onwards I check both place.what you say?
  4. #4
    now onwards I check both place.what you say?
    Aha. It is what I do as well.

Similar Threads

  1. Sencha Touch?
    By francesco77 in forum Open Discussions
    Replies: 5
    Last Post: Aug 03, 2016, 7:54 AM
  2. Ext.NET & Sencha License
    By FVNoel in forum Licensing
    Replies: 1
    Last Post: Sep 12, 2014, 3:48 PM
  3. [CLOSED] Help svg.sencha.io found not for save the chart as image
    By Gisystems in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 31, 2014, 11:59 PM
  4. [CLOSED] GridPanel insertRecord javascript method function not found
    By Daly_AF in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 05, 2012, 3:25 PM
  5. Replies: 2
    Last Post: Jun 27, 2011, 12:27 PM

Posting Permissions