Add item alias
This commit is contained in:
@@ -6,11 +6,12 @@ note
|
|||||||
deferred class
|
deferred class
|
||||||
WSF_ENTITY
|
WSF_ENTITY
|
||||||
|
|
||||||
|
|
||||||
feature -- Access
|
feature -- Access
|
||||||
|
|
||||||
item (a_field: READABLE_STRING_GENERAL): detachable ANY
|
item alias "[]"(a_field: READABLE_STRING_GENERAL): detachable ANY
|
||||||
-- Value for field item `a_field'.
|
-- Value for field item `a_field'.
|
||||||
deferred
|
deferred
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -568,4 +568,4 @@ start_modal = lazy_load ['assets/bootstrap.min.js'], (action)->
|
|||||||
.done (data) ->
|
.done (data) ->
|
||||||
modal.find('.modal-body').append(data)
|
modal.find('.modal-body').append(data)
|
||||||
|
|
||||||
start_modal_big = start_modal
|
start_modal_big = start_modal
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ feature -- Access
|
|||||||
|
|
||||||
image: detachable STRING
|
image: detachable STRING
|
||||||
|
|
||||||
item (a_field: READABLE_STRING_GENERAL): detachable ANY
|
item alias "[]" (a_field: READABLE_STRING_GENERAL): detachable ANY
|
||||||
-- <Precursor>
|
-- <Precursor>
|
||||||
do
|
do
|
||||||
if a_field.same_string ("title") then
|
if a_field.same_string ("title") then
|
||||||
|
|||||||
Reference in New Issue
Block a user