-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Реализовано иерархическое меню с возможностью переопределения
- Loading branch information
Showing
12 changed files
with
534 additions
and
122 deletions.
There are no files selected for viewing
406 changes: 383 additions & 23 deletions
406
РасширенныйГлобальныйПоиск/src/CommonModules/РГП_ГлобальныйПоискКлиент/Module.bsl
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
РасширенныйГлобальныйПоиск/src/CommonModules/РГП_ГлобальныйПоискКлиентПовтИсп/Module.bsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// @strict-types | ||
|
||
#Область СлужебныйПрограммныйИнтерфейс | ||
|
||
// см. РГП_ГлобальныйПоискКлиент.ПараметрыРасширенногоГлобальногоПоиска | ||
Функция ПараметрыРасширенногоГлобальногоПоиска() Экспорт | ||
|
||
Возврат РГП_ГлобальныйПоискКлиент.ПараметрыРасширенногоГлобальногоПоиска(Ложь); | ||
|
||
КонецФункции | ||
|
||
#КонецОбласти |
11 changes: 11 additions & 0 deletions
11
...к/src/CommonModules/РГП_ГлобальныйПоискКлиентПовтИсп/РГП_ГлобальныйПоискКлиентПовтИсп.mdo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<mdclass:CommonModule xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="4b7a57a6-4504-498c-a558-2a899aaa8599"> | ||
<name>РГП_ГлобальныйПоискКлиентПовтИсп</name> | ||
<synonym> | ||
<key>ru</key> | ||
<value>Глобальный поиск клиент повт исп</value> | ||
</synonym> | ||
<clientManagedApplication>true</clientManagedApplication> | ||
<clientOrdinaryApplication>true</clientOrdinaryApplication> | ||
<returnValuesReuse>DuringSession</returnValuesReuse> | ||
</mdclass:CommonModule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.