Giter VIP home page Giter VIP logo

Comments (5)

Yermo avatar Yermo commented on July 18, 2024

Good point. It'd a bad example. Add something to your value field so you can identify which is which. I usually have the value use an array format such as {type:'person',value:'pirate3'} instead of just 'pirate3'.

from rich_textarea.

leizard avatar leizard commented on July 18, 2024

yeah I think I tried that solution

{ label: labe;, value: { value: 'pirate1', content: '<div>content<div>', type: 'user' } }

but when I get date-type of element it return undefined. this is what I tried to change in the jquery.rich_textarea.js (line 5261)

text_string += "[o=" + $( elem ).attr( 'data-value' ) + $( elem ).attr( 'data-type' ) "]";

Maybe I did it wrong ?

from rich_textarea.

Yermo avatar Yermo commented on July 18, 2024

For example try changing the demo, instead of changing the source itself:

{ label: 'tag1', value: { value: {type: 'tag',value:'tag1'}, content: 'Tag1' } },

from rich_textarea.

leizard avatar leizard commented on July 18, 2024

ok I will try it. thank you :D

from rich_textarea.

leizard avatar leizard commented on July 18, 2024

ok now I struggle to get data value with this object

{ label: 'tag1', value: { value: {type: 'tag',value:'tag1'}, content: 'Tag1' } }

the $( elem ).attr( 'data-value' ) return a string "[Object Object]".

from rich_textarea.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.