jQWidgets Forums
Forum Replies Created
-
Author
-
July 29, 2019 at 12:38 am in reply to: angular jqxdocking layout questions angular jqxdocking layout questions #106264
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>
July 26, 2019 at 2:29 am in reply to: angular jqxdocking layout questions angular jqxdocking layout questions #106247Thanks,
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?July 25, 2019 at 5:19 am in reply to: angular jqxdocking layout questions angular jqxdocking layout questions #106232Thanks, 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.
July 23, 2019 at 3:26 am in reply to: angular jqxdocking layout questions angular jqxdocking layout questions #106174another 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>
July 22, 2019 at 8:33 am in reply to: angular jqxdocking layout questions angular jqxdocking layout questions #106161extra 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.
-
AuthorPosts