EasyUI Forum
March 29, 2024, 12:05:26 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for Vue / Re: Firing tabSelect Event on: January 21, 2021, 12:44:10 PM
One more question:
Can I get some unique property of tab in onTabSelect that i set for tab in template? Something like key or id? Not _uid.
2  General Category / EasyUI for Vue / Re: Firing tabSelect Event on: January 21, 2021, 02:05:13 AM
Thank you!
I forgot "@"
3  General Category / EasyUI for Vue / Firing tabSelect Event on: January 20, 2021, 01:37:27 PM
Hello everybody!
I want to bind some code to selecting tab event.Please see code below
Code:
<template>
  <div id="App">
    <Layout style="width: 100%; height: 100%">
      <LayoutPanel region="center" style="height: 580px">
        <Tabs style="height: 100%">
          <TabPanel title="Panel 1" :tabSelect="tbSlct()"> Panel 1 </TabPanel>
          <TabPanel title="Panel 2"> Panel 2 </TabPanel>
          <TabPanel title="Panel 3"> Panel 3 </TabPanel>
        </Tabs>
      </LayoutPanel>
    </Layout>
  </div>
</template>

<script>
export default {
  methods: {
    tbSlct: function () {
      console.log("tbSlct");
    },
  },
};
</script>
But tbSlct method executed once when page load. Unselecting and selecting tabs are not causing executing method tbSlct.

What should I do?
4  General Category / General Discussion / EasyUI development for clients on: November 30, 2020, 06:42:40 AM
Hi everybody!
Whom can I order some paid development in/on EasyUI? In particular we need original theme and dashboard?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!