x-tag Questions

9

Solved

How can I select nodes that begin with a "x-" tag name, here is an hierarchy DOM tree example: <div> <x-tab> <div></div> <div> <x-map></x-map> </d...
Champaigne asked 17/6, 2013 at 5:12

1

I am trying to create a custom element which wraps tinyMCE functionality. I have the following:- (function(xtag) { xtag.register('x-tinymce', { lifecycle:{ created: tinymceCreate, removed: ti...
Crwth asked 9/10, 2016 at 1:58

1

Solved

I'm working on my first X-Tag application and on it's page it says it's meant to work with Web Component API's such as 'Custom Elements, Shadow DOM, Templates, and HTML Imports'. I've started work...
Capote asked 20/5, 2016 at 11:27

1

Solved

Recently, Microsoft started with a new X-Tag library to create custom elements. The website says, X-Tag is a Microsoft supported, open source, JavaScript library that wraps the W3C standard Web ...
Emanation asked 26/11, 2015 at 2:43

1

Is it possible to name your own custom elements <date>, <person>, <city> or others without the use of a dash? Can use define elements without them?
Spotty asked 20/3, 2014 at 21:34
1

© 2022 - 2024 — McMap. All rights reserved.