'From Pharo3.0 of 18 March 2013 [Latest update: #30659] on 24 December 2013
at 9:45:02.028811 am'!
!PRFileSettings methodsFor: 'accessing' stamp: 'NickAger 1/18/2012
17:30'!
magritteDescription
^ MAContainer new
add: (MAStringDescription new
label: 'Base Directory';
accessor: #baseDirectoryPath;
comment: 'Defines the base-directory where the files are stored. If this
field is left empty, it default to a subdirectory of of the current
image-location.';
yourself);
add: (MAStringDescription new
label: 'Base URL';
accessor: #baseUrl;
comment: 'Defines the base-URL where the files are served from, when
using an external web server. if this field is left empty, files are served
through the image.';
yourself);
yourself! !
--
View this message in context:
http://forum.world.st/MAExternalFileModel-Questions-tp4711175p4732177.html
Sent from the Magritte, Pier and Related Tools mailing list archive at
Nabble.com.