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
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
Tom Fulton
f49159d2d0
Add option to make "collapsing" feature optional
...
* View: Prevent collapse/expand depending on config option, add class when enabled
* Config: Add option to view, set default to enabled for new datatypes
* CSS: Revert to normal cursor when collapsing disabled
* Note, this is a breaking change - you'll need set `Enable Collapsing?` to `true` on any existing Archetypes to retain the behavior.
2014-03-02 00:38:34 -07:00
Thomas Smith
eaf766c2a7
Make entire module label clickable and change remove icon
2014-02-27 17:15:02 -07:00
Tom Fulton
7831e476e3
Ensure property containers use unique IDs with multiple fieldsets
...
...by adding the current Archetype's Umbraco Property Alias to the ID string
Old: archetype-property-0-0
New: archetype-property-sliderItems-0-0
Need to DRY this up later ;)
2014-02-17 15:17:57 -07:00
Kevin Giszewski
1c05d8e37b
Fix typo
2014-02-02 23:27:36 -05:00
leekelleher
92e2c070f8
Wired up Archetype's labels with the fields.
...
Using the fieldset and property's index/position to set the alias/ID.
+ small CSS tweak
2014-02-02 17:00:22 +00:00
Kevin Giszewski
110f8fc1b2
Merge IconPicker
2014-01-31 17:31:59 -05:00
Kevin Giszewski
01a45477b8
Add Icon Picker
2014-01-31 17:10:00 -05:00
Tom Fulton
8eb005941f
Remove a few edge-case features (for now?)
2014-01-31 15:05:49 -07:00
Kevin Giszewski
4d4d94d0eb
Remove ability to hide fieldset labels
2014-01-31 10:08:15 -05:00
Kevin Giszewski
72a53b2711
Fix issue when clicking on label
...
- Was not focusing the proper fieldset
2014-01-31 10:02:49 -05:00
Tom Fulton
3cff83af72
Quick UI update
2014-01-27 22:54:56 -07:00
Kevin Giszewski
758b479f2e
Merge branch 'feature/fieldset-label-expressions' into feature/configUI
2014-01-16 13:47:19 -05:00
Kevin Giszewski
ab6361f4ab
Complete Feature Required
...
- Also switch to underscore.js for controller.js
2014-01-16 12:37:01 -05:00
Tom Fulton
963447ba38
Replace fieldset label expressions with basic templates
...
The Label Expr. field can now be defined like this: Person: {{firstName}} {{lastName}}
Where firstName and lastName are the property alias of a property on the current fieldset
2014-01-15 23:27:33 -07:00
Kevin Giszewski
e44a448f62
Removed the hasValue propotype, caused issues on save
2014-01-15 20:23:59 -05:00
Kevin Giszewski
b07d2c03ec
Add Fieldset Highlight when !isValid
2014-01-15 19:44:27 -05:00
Kevin Giszewski
7b5457d51b
Add Label Expression
2014-01-14 19:48:01 -05:00
Kevin Giszewski
7ba4cd8e17
Remove Old Configs, fix bugs and wire-up collapser
2014-01-14 17:30:10 -05:00
Kevin Giszewski
e8a2d81009
Get Running with the Latest Reorg of stuff
2014-01-12 14:33:09 -05:00
Kevin Giszewski
e44be56fb1
Ini new changes
2014-01-12 14:05:39 -05:00
Tom Fulton
b524121f8a
Initial commit
2014-01-10 17:20:35 -07:00