jQWidgets Forums

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts

  • wonwoostar
    Participant

    Hello Hristo, I means ‘interpolation’ that below code {{ name }} in html . i dont know how to {{name}} works using initContent

    
        <jqxDockingLayout #myDockingLayout [width]="getWidth()" [height]="900" [layout]='layout'>
            <!--left group-->
            <div data-container="NeuralNetPanel">
                {{ name }}
            </div>
        </jqxDockingLayout>
    

    – second if i want send value to other component using @Input, @Ouput decorator. how can i use initContent fallback function. Example code below.

    
        <jqxDockingLayout #myDockingLayout [width]="getWidth()" [height]="900" [layout]='layout'>
            <!--left group-->
            <div data-container="NeuralNetPanel">
                <receive-component [name]="name"></receive-component>
            </div>
        </jqxDockingLayout>
    

    wonwoostar
    Participant

    Thanks,

    in before question , I need sample code which i question about .

    
        <jqxDockingLayout #myDockingLayout [width]="getWidth()" [height]="900" [layout]='layout'>
            <!--left group-->
            <div data-container="NeuralNetPanel">
                <jhi-module-example [moduleType]="neuralName"></jhi-module-example>
            </div>
        </jqxDockingLayout>
    
    
        <jqxDockingLayout #myDockingLayout [width]="getWidth()" [height]="900" [layout]='layout'>
            <!--left group-->
            <div data-container="NeuralNetPanel">
                {{ name }}
            </div>
        </jqxDockingLayout>
    

    – how can i use initContent() call back funtion if i want use interpolation works in docking layout or jqxlayout
    – In your reply means that we can use https://www.htmlelements.com/ component commercial version in our jqwidget annual subscription?


    wonwoostar
    Participant

    Thanks, one more thing i need to know

    another things in jqxdocking layout. in my code

    
        <jqxDockingLayout #myDockingLayout [width]="getWidth()" [height]="900" [layout]='layout'>
            <!--left group-->
            <div data-container="NeuralNetPanel">
                <jhi-module-example [moduleType]="neuralName"></jhi-module-example>
            </div>
        </jqxDockingLayout>
    

    I’m triying to send string value to other component in jqxDockingLayout. It doen’t work. i don’t know reason. When I send string value to other component without jqxDockingLayout, it works fine.

    
    <jhi-module-example [moduleType]="neuralName"></jhi-module-example>
    

    or easy example how can i use initContent() call back funtion if i want use interpolation in docking layout or jqxlayout

    
        <jqxDockingLayout #myDockingLayout [width]="getWidth()" [height]="900" [layout]='layout'>
            <!--left group-->
            <div data-container="NeuralNetPanel">
                {{ name }}
            </div>
        </jqxDockingLayout>
    

    is .ts file

    
     name: string = "stars";
    

    Our company buy jqwidgets component commercial version 1year. If we want use another component which you sugguest, is there any chance to use commercial version another components?

    Thank for help.


    wonwoostar
    Participant

    another things in jqxdocking layout. in my code

    
        <jqxDockingLayout #myDockingLayout [width]="getWidth()" [height]="900" [layout]='layout'>
            <!--left group-->
            <div data-container="NeuralNetPanel">
                <jhi-module-example [moduleType]="neuralName"></jhi-module-example>
            </div>
        </jqxDockingLayout>
    

    I’m triying to send string value to other component in jqxDockingLayout. It doen’t work. i don’t know reason. When I send string value to other component without jqxDockingLayout, it works fine.

    
    <jhi-module-example [moduleType]="neuralName"></jhi-module-example>
    

    wonwoostar
    Participant

    extra explain about #4 . side title remains side still , when I just select title. i just want to make like unpinned show as same as selected show.

Viewing 5 posts - 1 through 5 (of 5 total)