Scot

Results 14 comments of Scot

I can't find any documentation on fixtures. When I added "data-fixture" to the A tag the editor wouldn't start. Do you have any examples of click-to-edit link text anywhere?

Is there any documentation at all on using fixtures without trying to decypher the sandbox code? Something simple with, "This is how it's done" style information?

Problem is the sandbox.js is quite different then your tutorial js and I'm feeling frustrated trying to figure out how to get the fixtures from the sandbox.js to work in...

I feel like I'm getting closer, however this line: editor.init( '*[data-editable]', '[data-fixture]', 'data-name'); gets this error: uncaught TypeError: this._fixtureTest is not a function Here's what I have. The editing, saving,...

That definitely helped quite a bit, the link fixtures seem to be working. That solves the issue of trying to make it easy to edit link button text/targets. What a...

Fixtures are a pain. It took me quite some time to finally figure out that a fixture returns the entire element rather than just the part that's being edited. How...

Thanks, that gives me an idea and I won't have to break what I've already done too much.

Do you ever save data simply as a flat file in the page or do you always save it in chunks in a db?

Contenttools is set up to send the "regions" to the ajax page, does it also send the entire page? I'm thinking about saving as a flat file but was hoping...

Thanks again for your help!