Tom Van Rompaey
29285607a9
Small UX update for add button
...
Added class "archetypeAddButton" to the button so it can make use of the
CSS that is writen for it.
The button should also have a cursor: pointer on hover.
2015-04-25 16:16:04 +02:00
kjac
27910e8d22
Fix #261
...
Add a watch to the "formSubmitting" event for each property added to a
fieldset, to make sure Archetype gets the last say in the
"formSubmitting" event.
2015-04-04 21:57:49 +02:00
kgiszewski
c8884c8d92
Add Cloning
2015-01-27 10:51:22 -05:00
Kevin Giszewski
7f5dbd31c9
Update lang files
2014-09-26 09:13:31 -04:00
Kevin Giszewski
415a84f5c0
Tidy up the PR
2014-09-25 14:21:16 -04:00
doronuziel71
3a0eba401a
Fixed type-o
2014-09-17 19:18:47 +03:00
doronuziel71
a599215620
Introduced override default propety converter
2014-09-16 23:32:16 +03:00
Kevin Giszewski
b5f281cae0
Prefix property aliases to avoid core css conflicts (BREAKING)
2014-08-26 10:43:37 -04:00
Kevin Giszewski
d2f4fce808
Add enable deep requests
2014-08-18 08:55:13 -04:00
Kevin Giszewski
bfa882fa01
Fix for #193
2014-08-06 08:55:10 -04:00
Kevin Giszewski
4d3bcb68b3
Merge branch 'pr/188' into develop
2014-07-31 13:44:43 -04:00
Jeroen Breuer
c58dcd80ff
Fix 1 for #187
2014-07-30 16:26:42 +02:00
tomfulton
786c547e0b
Prefix fieldset class names to help avoid conflicts
2014-07-24 06:35:33 -06:00
Kevin Giszewski
e262d7b0c9
Re-fix the 'hide label' issue
...
- appears to have been undone
2014-07-09 15:46:05 -04:00
Kevin Giszewski
80b41e4a5f
Fix #168
2014-06-30 10:45:48 -04:00
kjac
8332a841eb
Implement #165 - enable/disable fieldsets
2014-06-28 12:42:36 +02:00
Kevin Giszewski
c953f12412
Merge branch 'pr/157' into pr/164
2014-06-26 15:58:31 -04:00
kjac
601f2c0d81
Fix issue #162 + improve nested validation highlighting
...
The fieldset.isValid property isn't necessarily initialized when the
view looks for it to determine fieldset validity. I've introduced a
validation method that counters this problem.
The validation method also ensures that any validation errors in nested
Archetypes are highlighted on the parent/root Archetype
2014-06-26 14:58:55 +02:00
Tom Fulton
c83942dc5c
Update field labels to match new property alias scheme
...
Only for the first level, since focusing an Archetype isn't really a thing
2014-06-25 22:03:22 -04:00
Tom Fulton
a0ff42a84f
Merge branch 'master' into fix/unique-aliases
...
Conflicts:
app/views/archetype.default.html
2014-06-25 21:49:24 -04:00
Kevin Giszewski
1bd09799b4
Fix for #160
2014-06-25 18:42:41 +02:00
Kevin Giszewski
0b77ddeef1
Fix 'hide property label'
2014-06-25 18:42:40 +02:00
Kevin Giszewski
0dedd7fb2d
Fix for #160
2014-06-25 10:28:30 -04:00
Kevin Giszewski
f99ef697db
Fix 'hide property label'
2014-06-25 08:34:54 -04:00
Tom Fulton
aac015dc0b
Refactor property aliases for uniqueness
...
Old: archetype-property-<umbracoPropertyAlias>-<fieldsetIndex>-<propertyIndex>
New: archetype-property-<umbracoPropertyAlias>-<archetypePropertyAlias>-<fieldsetIndex>
Basically, this adds the archetypePropertyAlias into the mix, to fix a case where you might have the same Archetype nested on a host Archetype twice (ie box 1 links, box 2 links within the same Archetype - there was no uniqueness)
It also adds in the Property Alias in place of the Property "Index" (unintended side effect, but seems cool :))
2014-06-23 20:58:42 -04:00
Kevin Giszewski
1d5f91964f
Finish Custom Views
2014-06-16 11:35:44 -04:00
Kevin Giszewski
0accac26ee
WIP for custom views
2014-06-16 11:06:59 -04:00
kjac
3944da57b1
Fix the validation display
...
Rewrite the changes from commit 4785c85 to work with validation.
2014-05-22 19:16:26 +02:00
Kevin Giszewski
32d0d199a3
Add/move dynamic classes for targeting of custom behavior
2014-05-16 13:44:25 +02:00
Kevin Giszewski
46613bbc01
Fix bug with Add button
2014-05-13 12:03:50 -04:00
Kevin Giszewski
932f098837
Expose current form to nested Archetypes
2014-05-12 19:09:28 +02:00
kjac
6e50301da5
Issue #116 : Add RegEx validation support
...
Add RegEx validation for the individual properties in a fieldset as
proposed in issue #116
2014-05-12 19:09:27 +02:00
Kevin Giszewski
085ff2cecf
Add dropdown to add button
2014-05-08 13:32:04 -04:00
Kevin Giszewski
d72a000d68
Remove Toolbar
...
- Fix insert index issue
2014-05-08 12:58:48 -04:00
Tom Fulton
059d951a21
Don't use dropdown menu when only 1 fieldset type
2014-05-04 16:39:56 -06:00
Tom Fulton
6dc5841f31
Stylize dropdown menu
2014-05-04 16:21:19 -06:00
Tom Fulton
91fc5bbd7f
Fix rows not being added in correct position
2014-05-04 15:59:01 -06:00
Tom Fulton
3742147cf7
Merge branch 'master' into feature/add-dropdown
...
Conflicts:
app/views/archetype.html
2014-05-04 15:58:00 -06:00
Kevin Giszewski
d13a5b1b86
Remove RenderModel
...
- Use server side converters for model cleanup
2014-04-29 12:31:02 -04:00
Kevin Giszewski
7ddc74d75b
Fix a glitch that won't let a single fieldset be removed if multiple FS's are configured with the 'Start with Add' option
2014-04-03 12:04:45 -04:00
Kevin Giszewski
b53e3529b4
Merge branch 'develop' into pr/96
2014-04-03 11:45:43 -04:00
Andrey Shchekin
b9a0852c4f
Added a "start with Add button" option that shows "+ Add" instead of default fieldset.
2014-04-02 14:26:35 +13:00
Tom Fulton
96aed2c256
WIP
2014-03-29 22:52:43 -06:00
Andrey Shchekin
3521543f17
Changed data types storage to store guids instead of ids.
2014-03-28 18:11:40 +13:00
Tom Fulton
30d0d11af0
Fix typo in label
2014-03-13 00:40:56 -06:00
leekelleher
99861275a8
Changed the property's help-text tag
...
from `<em>` to `<small>` - to match Umbraco's native style.
2014-03-12 20:11:54 +00:00
Tom Fulton
5865b47482
Merge branch 'feature/allow-collapsing' into develop
...
Conflicts:
app/controllers/controller.js
2014-03-06 12:05:34 -07:00
Tom Fulton
a09c69edc1
Auto-fill fieldset and property aliases in Config
...
* Add new aliasIsDirty property, init for existing data
* Bind label control's keyup to populate the `alias` property (when it's not dirty) using Umbraco's helpers
* Mark alias dirty on keyup
2014-03-02 18:43:12 -07:00
Tom Fulton
03101a128e
Hide carets when collapsing is disabled
2014-03-02 00:48:49 -07:00
Tom Fulton
67c118066b
Merge branch 'develop' into feature/allow-collapsing
...
Conflicts:
app/views/archetype.html
2014-03-02 00:41:20 -07:00